UGX-Mods

Call of Duty 5: World at War => Help Desk => Scripting => Topic started by: daedra descent on October 11, 2012, 06:01:29 pm

Title: porperly setting up the sumpf ammo box?
Post by: daedra descent on October 11, 2012, 06:01:29 pm
Does anyone know hot to set up the Sumpf ammo box both in radiant and scripting?
Title: Re: porperly setting up the sumpf ammo box?
Post by: SajeOne on October 11, 2012, 10:24:40 pm
Does anyone know hot to set up the Sumpf ammo box both in radiant and scripting?
sumpf ammo box?
Title: Re: porperly setting up the sumpf ammo box?
Post by: YaPh1l on October 12, 2012, 12:43:28 pm
There's script file called "nazi_zombie_sumpf_ammo_box.gsc" in the mod tools, I suppose he's talking about that. from a short look, you just need a trigger_use with targetname = "ammo_box" and in your mapname.gsc call
Code Snippet
Plaintext
level thread maps\nazi_zombie_sumpf_ammo_box::initAmmoBox();
But it looks like that file was never finished and might therefore not work correctly.

- Phil.
Title: Re: porperly setting up the sumpf ammo box?
Post by: daedra descent on October 12, 2012, 12:58:18 pm
sumpf ammo box?

 just a random sumpf script that i found, thought it was cool, and tried to see if it worked.

i've seen maps with something that relates to the sumpf ammo box idea before. (not a buyable powerup)

anyway thanks phill.