14 lines
263 B
Plaintext
14 lines
263 B
Plaintext
Scriptname _00E_MQP03_ExitDoorScript extends ObjectReference
|
|
|
|
bool Done = False
|
|
|
|
Event OnActivate(ObjectReference akActionRef)
|
|
|
|
if akActionRef == Game.GetPlayer() && !Done
|
|
MQP03.SetCurrentStageID(70)
|
|
Done = True
|
|
EndIf
|
|
|
|
EndEvent
|
|
|
|
Quest Property MQP03 Auto |