1
0
mirror of https://github.com/ineedbots/iw5_bot_warfare.git synced 2025-06-29 07:31:50 +00:00

parish and getaway wps (#36)

* parish and getaway wps

* parish and getaway wps
This commit is contained in:
ghostwulf
2021-08-28 01:23:14 +02:00
committed by GitHub
parent 7180152443
commit 66503d9887
3 changed files with 1893 additions and 0 deletions

View File

@ -1054,6 +1054,16 @@ load_waypoints()
case "mp_restrepo_ss":
level.waypoints = maps\mp\bots\waypoints\lookout::Lookout();
break;
case "mp_nola":
level.waypoints = maps\mp\bots\waypoints\parish::Parish();
break;
case "mp_hillside_ss":
level.waypoints = maps\mp\bots\waypoints\getaway::Getaway();
break;
default:
maps\mp\bots\waypoints\_custom_map::main( mapname );