enderalse/scripts/source/_00e_mq11a_failsavedalgalarboxsc.psc

21 lines
477 B
Plaintext
Raw Normal View History

Scriptname _00E_MQ11a_FailsaveDalGalarBoxSC extends ObjectReference
Event OnTriggerEnter(ObjectReference akActionRef)
if !Done
if (akActionRef == Game.GetPlayer())
Done = True
MQ11a_SC13_DalGalarREF.SetAlpha(0.0)
if (MQ11a_LeftTower.GetValueInt() != 5)
MQ11a.SetMQ11a_LeftTower(5)
EndIf
EndIf
EndIf
EndEvent
bool Done
GlobalVariable Property MQ11a_LeftTower Auto
Actor Property MQ11a_SC13_DalGalarREF Auto
_00E_MQ11a_Functions Property MQ11a Auto