enderalse/source/scripts/_00e_mq13a_sc04_cubesc.psc

11 lines
249 B
Plaintext
Raw Normal View History

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