2021-10-06 00:15:58 +02:00
|
|
|
Scriptname _00E_MQ16_SC07_ProjectileTGBXSC extends ObjectReference
|
|
|
|
|
|
|
|
Event OnTriggerEnter(ObjectReference akActionRef)
|
|
|
|
|
2024-01-10 15:08:24 +01:00
|
|
|
If MQ16.GetCurrentStageID() == 75
|
|
|
|
MQ16.SetCurrentStageID(77)
|
2021-10-06 00:15:58 +02:00
|
|
|
MQ16.Impact()
|
|
|
|
EndIf
|
|
|
|
|
|
|
|
EndEvent
|
|
|
|
|
|
|
|
_00E_MQ16_Functions Property MQ16 Auto
|