Osiris/API/SetStoryEvent: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(SetStoryEvent)
(No difference)

Revision as of 16:32, 9 September 2017

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

Sends the event _Event to the object _Object.

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