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.
 
 
 

13 lines
464 B

Scriptname _00E_MQ17_BlackStoneSC extends ObjectReference
Event OnHit(ObjectReference akAggressor, Form akSource, Projectile akProjectile, bool abPowerAttack, bool abSneakAttack, bool abBashAttack, bool abHitBlocked)
If MQ17.GetCurrentStageID() >= 105 && MQ17.bHasChosenEndingKatharsis && !bDone && akAggressor == Game.GetPlayer()
bDone = True
MQ17.DestroyBlackStone(Self.GetLinkedRef())
EndIf
EndEvent
bool bDone
_00E_MQ17_Functions Property MQ17 Auto