1
0
mirror of https://github.com/ineedbots/iw5_bot_warfare.git synced 2025-06-28 07:01:50 +00:00

case sensitivity

This commit is contained in:
ineed bots
2023-12-23 13:21:16 -06:00
parent ca17899595
commit 04b7296246
9 changed files with 2044 additions and 2039 deletions

View File

@ -34,20 +34,20 @@ do_fileexists( file )
do_botaction( action )
{
self BotAction( action );
self botaction( action );
}
do_botstop()
{
self BotStop();
self botstop();
}
do_botmovement( forward, right )
{
self BotMovement( forward, right );
self botmovement( forward, right );
}
do_botmeleeparams( entNum, dist )
{
// self BotMeleeParams( entNum, dist );
// self botmeleeparams( entNum, dist );
}