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.
 
 
 

18 lines
687 B

Scriptname _00E_MQ11a_SC9_GearRiddleBoxSC extends ObjectReference
Event OnTrigger(ObjectReference akActionRef)
Form actionBase = akActionRef.GetBaseObject()
if (actionBase == _00E_MQ11a_SC9_GunpowderSatchel || actionBase == _00E_ExplosiveBarrel) && (MQ11a_LeftTower.GetValueInt() == 3)
CaliaNormalDialogueAllowed.SetValueInt(0)
MQ11a_LeftTower.SetValueInt(4)
MQ11a_SC11_CollisionMarker.Disable()
EndIf
EndEvent
MiscObject Property _00E_MQ11a_SC9_GunpowderSatchel Auto
MiscObject Property _00E_ExplosiveBarrel Auto
GlobalVariable Property MQ11a_LeftTower Auto
GlobalVariable Property CaliaNormalDialogueAllowed Auto
ObjectReference Property MQ11a_SC11_CollisionMarker Auto