Difference between revisions of "Osiris/API/CharacterAppearAtCustom"

From Divinity Engine Wiki
Jump to: navigation, search
m
m
 
Line 26: Line 26:
 
* [[Osiris/API/StoryEvent|StoryEvent]]
 
* [[Osiris/API/StoryEvent|StoryEvent]]
  
[[Category:Osiris Calls]]
+
[[Category:Osiris Calls|CharacterAppearAtCustom]]

Latest revision as of 17:07, 19 December 2017

Full Definition(s)
  • call CharacterAppearAtCustom((CHARACTERGUID)_Character, (GUIDSTRING)_Target, (STRING)_Animation, (STRING)_Event)
Description

Same as CharacterAppearAt with _PlaySpawn = 1, except that the specified _Animation will be played when spawning instead of the default spawning animation.

Notes
  • This routine does not work if _Character is dead. Use SetOnStage instead for such characters.
See Also