enderalse/source/scripts/_00e_mq05_aixonattackscript.psc

16 lines
396 B
Plaintext
Raw Normal View History

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