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