enderalse/source/scripts/_00e_mq16_sc06_hearthitboxsc.psc

11 lines
220 B
Plaintext
Raw Normal View History

Scriptname _00E_MQ16_SC06_HeartHitBoxSC extends ObjectReference
Event OnTriggerEnter(ObjectReference akActionRef)
If MQ17.GetStage() == 65
MQ17.SetStage(70)
EndIf
EndEvent
_00E_MQ17_Functions Property MQ17 Auto