Keyword Script

Revision as of 22:16, 6 June 2016 by imported>Qazaaq (Crosslinked to editor reference)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Extends: Form Script

Editor: Keyword

Script for the manipulation of keyword objects.

DefinitionEdit

ScriptName Keyword extends Form Native Hidden

PropertiesEdit

None

Global FunctionsEdit

None

Member FunctionsEdit

  • Function SendStoryEvent(Location akLoc, ObjectReference akRef1, ObjectReference akRef2, int aiValue1, int aiValue2)
    • Sends this keyword as a story event to the story manager.
  • bool Function SendStoryEventAndWait(Location akLoc, ObjectReference akRef1, ObjectReference akRef2, int aiValue1, int aiValue2)
    • Sends this keyword as a story event to the story manager and waits for it to be processed. Returns true if a quest was started.

EventsEdit

None