Modme Forums

spawn zombies in one zone at a time

Game Modding | Call of Duty: Black Ops 3 | General Discussion


ModmeBot:

Thread By: bigdog765
is there anyway i could spawn zombies in only one zone at a time?


ModmeBot:

Reply By: Harry Bo21

bigdog765
is there anyway i could spawn zombies in only one zone at a time?

...

you asked on discord - i answered

no answer from you

you asked in a different board on discord - i answered again

no answer from you

now you ask here...

i will answer yet again...




make the zones "one way"









// Makes zone_b adjacent to zone_a.  If one_way is false, zone_a is also made "adjacent" to zone_b
// Note that you may not always want zombies coming from zone B while you are in Zone A, but you 
// might want them to come from B while in A.  It's a rare case though, such as a one-way traversal.

add_adjacent_zone( zone_name_a, zone_name_b, flag_name, one_way, zone_tag_a, zone_tag_b )