From 6b2f8fce7a8212aa425785ed60bb69c8114a5d6e Mon Sep 17 00:00:00 2001 From: Blixibon Date: Tue, 16 Mar 2021 18:26:04 -0500 Subject: [PATCH] Added EnableCrouch input for npc_strider --- halflife2.fgd | 1 + 1 file changed, 1 insertion(+) diff --git a/halflife2.fgd b/halflife2.fgd index 9b704e4..1e21c92 100644 --- a/halflife2.fgd +++ b/halflife2.fgd @@ -1522,6 +1522,7 @@ input StopShootingMinigunForSeconds(float) : "Stop shooting the minigun for a period of time (specify seconds as parameter)" input DisableCrouch(void) : "Prevent the Strider from crouching" + input EnableCrouch(void) : "Allow the Strider to crouch again if it was prevented before" input DisableMoveToLOS(void) : "Prevent the Strider from seeking Line of Sight to target. (Hold position)" input DisableCollisionWith(target_destination) : "Disable collision with a given object."