• 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.

Respawn turn off trigger/Victory trigger

Status
Not open for further replies.
Level 3
Joined
Jan 19, 2019
Messages
29
Hey I've been designing an Arena style map and at 30 minutes I want to turn off my respawn trigger. Well it doen't work every time i convert 30 minutes to seconds it wont recognize the wait 1800 turn off trigger command but if i do for example 180 seconds it works fine. Is their a cap on time that can be waited? If so anyway to change? Just trying to figure how to turn this trigger off after 30 minutes.

Otherwise if anyone has a trigger for Victory off of kill score(ex. first player to 500 kills wins)? Both could be useful. I was working on a kill score trigger the other day but couldnt figure out the correct comparison to use.
 
Level 14
Joined
Nov 4, 2006
Messages
1,241
make a second trigger like this:

  • turn off
    • Events
      • Time - Elapsed game time is 1800.00 seconds
    • Conditions
    • Actions
      • Trigger - Turn off "your trigger"
as for the kill score, use an integer variable to track the kills, and once it reaches your desired amount, run a victory trigger
 
Level 3
Joined
Jan 19, 2019
Messages
29
do i make the 2nd trigger underneath the same category? For instance, I open with left click folder "Respawns" opens and shows my respawn trigger, do i just make another trigger in that category directly underneath first trigger? @UreDe4D
 
Status
Not open for further replies.
Top