UGX-Mods

Call of Duty: Black Ops 3 => General => Topic started by: Haatis on January 31, 2017, 05:48:34 pm

Title: How do i make mystery box starting location random?
Post by: Haatis on January 31, 2017, 05:48:34 pm
So i was wondering how do i make mystery box start location random like in kino der toten.
btw im using box location prefabs from Black ops 3 modtools wiki.
Title: Re: How do i make mystery box starting location random?
Post by: All0utWar on January 31, 2017, 09:15:23 pm
Put this:
Code Snippet
Plaintext
level.random_pandora_box_start = true;

Underneath
Code Snippet
Plaintext
zm_usermap::main();
Title: Re: How do i make mystery box starting location random?
Post by: Haatis on January 31, 2017, 11:34:42 pm
Wow that was easy :D
Thank you!