Garry's Mod Wiki

NPC:CapabilitiesRemove

  NPC:CapabilitiesRemove( number capabilities )

Description

Remove a certain capability.

Arguments

1 number capabilities
Capabilities to remove, see CAP enum

Example

Removes the CAP_USE_SHOT_REGULATOR capability, if the NPC has it.

self:CapabilitiesRemove(CAP_USE_SHOT_REGULATOR)