Disabled broken OnHit listener, trying to trigger Arena's commenter lines throughout the whole game
This commit is contained in:
parent
c9b5f20104
commit
70919cf5f2
Binary file not shown.
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user