4
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

21 lines
477 B

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