Difference between revisions of "Osiris/API/SetStoryEvent"

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

Revision as of 17:25, 19 December 2017

Full Definition(s)
  • call SetStoryEvent((GUIDSTRING)_Object, (STRING)_Event)
Description

Sends the event _Event to the object _Object. _Object can either be a CHARACTERGUID or an ITEMGUID.

Notes
  • The event can be caught using the StoryEvent API, and also using the behaviour script CharacterEvent and ItemEvent events.
See Also