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.
 
 
 

11 lines
258 B

Scriptname _00E_MQ13a_SC04_CubeSC extends ObjectReference
Event OnActivate(ObjectReference akActionRef)
if (akActionRef == Game.GetPlayer()) && MQ13a.GetCurrentStageID() == 45
MQ13a.AddCube()
EndIf
EndEvent
_00E_MQ13a_Functions Property MQ13a Auto