Osiris/API/SetStoryEvent

From Divinity Engine Wiki
Revision as of 23:59, 1 March 2018 by Tinkerer (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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 OnCharacterEvent and OnItemEvent events.
See Also