16 lines
396 B
Plaintext
16 lines
396 B
Plaintext
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 |