t4 refactor

This commit is contained in:
ineed bots
2025-05-22 18:51:42 -06:00
parent d22af0209a
commit 766e846fe4
3 changed files with 15 additions and 16 deletions

View File

@@ -24,7 +24,7 @@ init()
do_printconsole( s )
{
printconsole( s );
printf( s );
}
do_botaction( action )
@@ -49,8 +49,7 @@ do_botmeleeparams( yaw, dist )
do_botangles( angles )
{
self setplayerangles( angles );
// self botangles( angles[ 0 ], angles[ 1 ], angles[ 2 ] );
self botangles( angles );
}
do_isbot()