UGX-Mods

Call of Duty: Black Ops 3 => Help Desk => Scripting => Topic started by: All0utWar on January 22, 2017, 10:35:44 pm

Title: How to remove Death Machine powerup from map?
Post by: All0utWar on January 22, 2017, 10:35:44 pm
In usermap.gsc it's already commented out by default, but it still spawns. How can I remove it completely?
Title: Re: How to remove Death Machine powerup from map?
Post by: IDontEvenKnow on January 23, 2017, 07:54:44 am
Have you copied that file to your local scripts folder and added a scriptparsetree reference?
Title: Re: How to remove Death Machine powerup from map?
Post by: All0utWar on January 30, 2017, 12:34:29 am
Have you copied that file to your local scripts folder and added a scriptparsetree reference?

I'm confused on what this would do? The script is already not being used in my map but the powerup still spawns.
Title: Re: How to remove Death Machine powerup from map?
Post by: thezombieproject on January 30, 2017, 04:07:15 am
have you tried doing something like this
Code Snippet
Plaintext
zm_powerups::powerup_remove_from_regular_drops( "minigun" );