From b47f54beb4192ddd6168995dfe5acd07d409c538 Mon Sep 17 00:00:00 2001 From: terencehill Date: Tue, 7 Jan 2025 10:55:59 +0000 Subject: [PATCH] Update Programming Tips --- Programming-Tips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Programming-Tips.md b/Programming-Tips.md index 5028cbe..f60e0d3 100644 --- a/Programming-Tips.md +++ b/Programming-Tips.md @@ -33,7 +33,7 @@ If you need 2 players for debugging, you can launch another client locally: ### Testing with bots -You can prevent bots from firing with `bot_nofire 1` or stop them completely with `bot_cmd * pause` (unstop them with `bot_cmd * continue`). With `sv_cheats 1` (takes effect next match), you can drag them around (default key V or 'drag object' in menu). +You can prevent bots from firing with `bot_nofire 1` or stop them completely with `bot_cmd * pause` (unstop them with `bot_cmd * continue`). With `sv_cheats 1` (takes effect next match), you can drag them around (default key V, if not bound you can bind 'drag object (sandbox)' in menu, Settings/Input window). Note that `sv_cheats 1` prevents bots from spawning in the campaign (should you decide to put it in your `autoexec.cfg` and later wonder why the campaign is broken). -- 2.39.5