12 lines
262 B
Plaintext
12 lines
262 B
Plaintext
Scriptname _00E_NQ13StartTrigger extends ObjectReference
|
|
|
|
|
|
Event OnTriggerEnter(ObjectReference akActionRef)
|
|
if akActionRef == Game.GetPlayer() && DoOnce == 0
|
|
NQ13.SetStage(5)
|
|
DoOnce = 1
|
|
endif
|
|
EndEvent
|
|
|
|
Quest Property NQ13 Auto
|
|
Bool Property DoOnce Auto |