Page 2 of 2

Re: Spawning an entity

Posted: Sun Oct 26, 2014 4:46 am
by TheLegendaryNarwhal
Question, when spawning in an entity with a count, pellet_box for example, how could you rig a button to spawn more then 1. Trying to get "ammo dispensers" working for my firing range map and I'm stuck trying to get more then just one spawned per press of the button. End goal is:press one button 100 pellet boxes spawn at your feet, press another and 15 cannonballs spawn at your feet.

Edit: And it would be nice to have a more elegant solution then just spawning in 1 pellet box inside a loop and execute it 100 times, but hey if that's the only way...lol