Added start csv msg

This commit is contained in:
INeedBots 2020-12-04 00:35:24 -06:00
parent d9b2cca7f5
commit 582e72c72a

View File

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