Modme Forums
Menu:

[HELP] Disabling GobbleGum in a mod

Game Modding | Call of Duty: Black Ops 3 | Scripting


Sample Text:

Hi all,
I'm currently making a mod for BO3 Zombies. Does anyone know how to disable GobbleGum in terms of a mod? I would truly appreciate any help!
Thanks!


func_vehicle:

Are you wanting to disable a specific GobbleGum from the machine? You can do that using my GobbleGum machine prefab + script (with

level.use_players_bgb_pack = true;
and then by modifying
bgb_determine_gum(player)
to replace it with another one).


Spiki:

level.bgb_in_use = 0;

note it makes der eisendrache load infinitely for some reason


Sample Text:

Thanks for the help guys! I ended up using Spiki's advice because my mod doesn't involve Der Eisendrache.
Stay safe!