14 lines
297 B
Plaintext
14 lines
297 B
Plaintext
|
Scriptname _00E_MQ16_FailsaveCavernSC extends ObjectReference
|
||
|
|
||
|
Event OnTriggerEnter(ObjectReference akActionRef)
|
||
|
|
||
|
if !bDone && akActionRef == PlayerREF && MQ16.GetStage() < 25
|
||
|
bDone = True
|
||
|
MQ16.SetStage(25)
|
||
|
EndIf
|
||
|
|
||
|
EndEvent
|
||
|
|
||
|
bool bDone
|
||
|
Quest Property MQ16 Auto
|
||
|
Actor Property PlayerREF Auto
|