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.
 
 
 

23 lines
995 B

Scriptname _00E_NQ_G_02_MushroomOnHit extends ObjectReference
;=====================================================================================
; FUNCTIONS
;=====================================================================================
Event OnHit(ObjectReference akAggressor, Form akSource, Projectile akProjectile, bool abPowerAttack, bool abSneakAttack, bool abBashAttack, bool abHitBlocked)
If (akAggressor == PlayerREF) && ((NQ_G_02.GetCurrentStageID() == 20 || NQ_G_02.GetCurrentStageID() == 30)) && (bDone == False)
bDone = True
NQ_G_02.SetObjectiveCompleted(21)
NQ_G_02.StartSC02()
EndIf
EndEvent
;=====================================================================================
; PROPERTIES
;=====================================================================================
bool bDone
Actor Property PlayerREF Auto
_00E_NQ_G_02_Functions Property NQ_G_02 Auto