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.
 
 
 

16 lines
396 B

Scriptname _00E_MQ05_AixonAttackScript extends ReferenceAlias
Event OnHit(ObjectReference akAggressor, Form akSource, Projectile akProjectile, bool abPowerAttack, bool abSneakAttack, \
bool abBashAttack, bool abHitBlocked)
if akAggressor == PlayerREF
if (MQ05.GetStage() == 135)
MQ05.SetStage(140)
EndIf
EndIf
EndEvent
Quest Property MQ05 Auto
Actor Property PlayerREF Auto