Need help with a footmen spawn. I want a trigger that will only spawn footmen when the player is IN the game, i jsut cant seem to do it i looked at other maps and tried to copy it but still nothing plz help.
its a footmen map that im creating, its somewhere along the line as waugriffs footmen wars. i want my trigger to work like his. also if u could plz help with a lever that will open AND close a door, i can only get it to open and thats it.
The things that decide whether a player is in the game are the booleans "Player has left the game" and "Slot Status is unused", if I recall correctly. You'll want to check both of those on the player before you give him his units.
ok so i'll have to make some variables with boolean comparison then and an integer thing....hmm well ty i will try it some more. but wold u happen to know how to open and close gates using just one lever?