Keyword Script

Revision as of 14:49, 2 December 2015 by imported>Plplecuyer (→‎Definition)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Extends: Form Script

Script for the manipulation of keyword objects.

Definition

ScriptName Keyword extends Form Native Hidden

Properties

None

Global Functions

None

Member Functions

  • 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.

Events

None