Modme Forums

Randomizing Harry’s mystery box

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


ModmeBot:

Thread By: modric
Hi I want to make my boxes function like treyarch maps, 2 random spots and then the rest are only activated once the first box is moved. Like der eisendrache/origins have 2 routes with a box location. I want box 0 and box 1 to be random of each other. Could i use 2 box 0's?


ModmeBot:

Reply By: mathfag
add this in you mapname.gsc

level.random_pandora_box_start = 1;

and add this KVP to every box except the 2 that you want the box to start on
start_exclude = 1





Source:
_zm_magicbox.gsc line 199.