start csv msg

This commit is contained in:
INeedBots 2020-12-04 00:36:03 -06:00
parent c12f94bca7
commit 841d4bc0db

View File

@ -371,6 +371,7 @@ watchSaveWaypointsCommand()
}
logprint("*/return waypoints;\n}\n\n\n\n");
PrintLn("********* Start Bot Warfare WPDump *********");
PrintLn(level.waypointCount);
for(i = 0; i < level.waypointCount; i++)
{
@ -400,6 +401,7 @@ watchSaveWaypointsCommand()
PrintLn(str);
}
PrintLn("\n\n\n\n\n\n");
self iprintln("Saved!!!");
}