X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fbot%2Fdefault%2Fscripting.qh;h=cb5bf625f6cb0c37a71f445e33683f4cbfa70239;hp=b3f0e90fa38d3129b9d94a94e8381967fe4178af;hb=797bf448a96c0c13d783c7c919bb2caf6fa16707;hpb=0f5b889f8d18734824534a3a1701a3b2b52d7077 diff --git a/qcsrc/server/bot/default/scripting.qh b/qcsrc/server/bot/default/scripting.qh index b3f0e90fa3..cb5bf625f6 100644 --- a/qcsrc/server/bot/default/scripting.qh +++ b/qcsrc/server/bot/default/scripting.qh @@ -34,9 +34,9 @@ const int BOT_CMD_BARRIER = 20; const int BOT_CMD_CONSOLE = 21; const int BOT_CMD_SOUND = 22; const int BOT_CMD_DEBUG_ASSERT_CANFIRE = 23; -const int BOT_CMD_WHILE = 24; // TODO: Not implemented yet -const int BOT_CMD_WEND = 25; // TODO: Not implemented yet -const int BOT_CMD_CHASE = 26; // TODO: Not implemented yet +//const int BOT_CMD_WHILE = 24; // TODO: Not implemented yet +//const int BOT_CMD_WEND = 25; // TODO: Not implemented yet +//const int BOT_CMD_CHASE = 26; // TODO: Not implemented yet const int BOT_CMD_COUNTER = 24; // Update this value if you add/remove a command