Ai disable: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Replacing {{console command}}. This operation was performed by a bot.)
(Undo revision 371945 by PeeBot (talk))
Tag: Undo
Line 1: Line 1:
{{this is a|console command}}
{{Console command|AI commands}}
The '''<code>ai_disable</code>''' console command is a debugging tool that allows you enable/disable the [[AI]] of all [[NPC]]s in the game. Disabled NPCs won't "think", but the rest of the game code continues to run. A message saying "A.I. Disabled..." should appear on the ingame view if this command is working.
The '''<code>ai_disable</code>''' console command is a debugging tool that allows you enable/disable the [[AI]] of all [[NPC]]s in the game. Disabled NPCs won't "think", but the rest of the game code continues to run. A message saying "A.I. Disabled..." should appear on the ingame view if this command is working.



Revision as of 17:40, 7 January 2024

Template:Console command The ai_disable console command is a debugging tool that allows you enable/disable the AI of all NPCs in the game. Disabled NPCs won't "think", but the rest of the game code continues to run. A message saying "A.I. Disabled..." should appear on the ingame view if this command is working.

See also