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.
 
 
 

16 lines
420 B

Scriptname _00E_MQ11a_SC19_RightTowerFailsaveSC extends ObjectReference
bool Done
Event OnTriggerEnter(ObjectReference akActionRef)
if akActionRef == Game.GetPlayer() && (MQ11a_RightTower.GetValueInt() == 8) && !Done
MQ11a_RightTower.SetValueInt(9)
_00E_MC_CaliaREF.MoveTo(Game.GetPlayer())
Done == True
EndIf
EndEvent
Actor Property _00E_MC_CaliaREF Auto
GlobalVariable Property MQ11a_RightTower Auto