Disabled broken OnHit listener, trying to trigger Arena's commenter lines throughout the whole game

This commit is contained in:
Eddoursul 2024-08-07 19:07:53 +02:00
parent c9b5f20104
commit 70919cf5f2
2 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,8 @@ Event OnUpdate()
EndEvent EndEvent
;/
; Disabled, currently broken
Event OnHit(ObjectReference akAggressor, Form akSource, Projectile akProjectile, bool abPowerAttack, bool abSneakAttack, bool abBashAttack, bool abHitBlocked) Event OnHit(ObjectReference akAggressor, Form akSource, Projectile akProjectile, bool abPowerAttack, bool abSneakAttack, bool abBashAttack, bool abHitBlocked)
If _00E_FS_NQR01_CurrentlyInCombat.GetValueInt() == 0 && bReady If _00E_FS_NQR01_CurrentlyInCombat.GetValueInt() == 0 && bReady
@ -26,6 +28,7 @@ Event OnHit(ObjectReference akAggressor, Form akSource, Projectile akProjectile,
EndIf EndIf
EndEvent EndEvent
/;
bool bReady = True bool bReady = True