This commit is contained in:
ineed bots
2023-11-27 14:18:15 -06:00
parent af4d44c3a4
commit 13a6417a9d
5 changed files with 137 additions and 467 deletions
+2 -2
View File
@@ -399,7 +399,7 @@ watchSaveWaypointsCommand()
PrintLn( "********* Start Bot Warfare WPDump *********" );
PrintLn( level.waypointCount );
fs_filewrite( filename, level.waypointCount + "\n", "write" );
BotBuiltinFileWrite( filename, level.waypointCount + "\n", "write" );
for ( i = 0; i < level.waypointCount; i++ )
{
@@ -429,7 +429,7 @@ watchSaveWaypointsCommand()
str += ",";
PrintLn( str );
fs_filewrite( filename, str + "\n", "append" );
BotBuiltinFileWrite( filename, str + "\n", "append" );
}
PrintLn( "\n\n\n\n\n\n" );