mirror of
https://github.com/ineedbots/iw3_bot_warfare.git
synced 2025-04-22 18:25:44 +00:00
Added start csv msg
This commit is contained in:
parent
d9b2cca7f5
commit
582e72c72a
@ -284,6 +284,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++)
|
||||
{
|
||||
@ -310,6 +311,7 @@ watchSaveWaypointsCommand()
|
||||
|
||||
PrintLn(str);
|
||||
}
|
||||
PrintLn("\n\n\n\n\n\n");
|
||||
|
||||
self iprintln("Saved!!!");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user