16 lines
784 B
Plaintext
16 lines
784 B
Plaintext
Scriptname Keyword Extends Form Hidden
|
|
|
|
; Sends this keyword as a story event to the story manager
|
|
Function SendStoryEvent(Location akLoc = None, ObjectReference akRef1 = None, ObjectReference akRef2 = None, int aiValue1 = 0, \
|
|
int aiValue2 = 0) native
|
|
|
|
; 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.
|
|
bool Function SendStoryEventAndWait(Location akLoc = None, ObjectReference akRef1 = None, ObjectReference akRef2 = None, \
|
|
int aiValue1 = 0, int aiValue2 = 0) native
|
|
|
|
; SKSE 64 additions built 2020-07-29 17:24:48.495000 UTC
|
|
; return the keyword with the specified key
|
|
Keyword Function GetKeyword(string key) global native
|
|
|
|
; return the string value of the keyword
|
|
string Function GetString() native |