• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Need hlp with td triggers

Status
Not open for further replies.
Level 7
Joined
Sep 19, 2007
Messages
81
Hi im making a new td and im almost done with all the triggers (spawning/leaving/etc...) but im having one problem with my spawn trigger, i only want it to spawn for people who r ingame and also want the spawn to stop when people die/leave.

so here is the trigger for spawning if u can hlp me any way just respond and if u need more info jst ask thank u :wink:
 
Level 14
Joined
Oct 27, 2007
Messages
1,395
well you could just have the leaving one like this
Event:
Player - Leaves Game
Condition: (not really needed, or at least from my experience)
Action:
Trigger - Turn Off (Trigger_1)

and you can do that for each player or something,
I dunno if that would completely work but it's something like that.
 
Level 2
Joined
Aug 15, 2006
Messages
21
or instead of fully turning off that spawn region, would you like a trigger so it would decrease the amount of units? so that the spawn is equally distributed amongst the players?

i never understood why people never made those trigs rather than turn off the spawns, it annoys me..


uhm. btw it depends if its a team td or reg td
 
Level 7
Joined
Apr 3, 2007
Messages
293
This should work

  • Events- Time- every .01 seconds of game time
  • Conditions - (player 1 (RED) slots status) Not Equal to Is playing
After u put in that event and condition, then just put Actions - "turn off their revive trigger". If that doesnt work then nothing will.
 
Status
Not open for further replies.
Top