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

[Trigger] Why doesnt this work?

Status
Not open for further replies.
Level 3
Joined
Aug 24, 2007
Messages
33
Why doesn't this trigger work?

Time-Every 5 Seconds of game time.

Conditions Or-Any (Conditions) are true
Conditions
Treant<gen> contains Sludge Picker 52
Treant<gen> contains Sludge Picker 03
Treant<gen> contains Sludge Picker 28
Treant<gen> contains Sludge Picker 36
Treant<gen> contains Sludge Picker 15
Treant<gen> contains Sludge Picker 34
Treant<gen> contains Sludge Picker 18
Treant<gen> contains Sludge Picker 47

Action- Create 1 Treant for (Owner of (Triggering Unit)) start location) facing default building facing degrees.

Sludge pickers are what you choose the thing with, everybody gets one at the start.
 
Level 8
Joined
Jul 23, 2005
Messages
329
  • Time-Every 5 Seconds of game time.
  • Conditions Or-Any (Conditions) are true
  • Conditions
  • Treant<gen> contains Sludge Picker 52
  • Treant<gen> contains Sludge Picker 03
  • Treant<gen> contains Sludge Picker 28
  • Treant<gen> contains Sludge Picker 36
  • Treant<gen> contains Sludge Picker 15
  • Treant<gen> contains Sludge Picker 34
  • Treant<gen> contains Sludge Picker 18
  • Treant<gen> contains Sludge Picker 47
  • Action- Create 1 Treant for (Owner of (Triggering Unit)) start location) facing default building facing degrees.
Here's your trigger tags then.

And following what famous said should do it.
 
Level 21
Joined
Aug 21, 2005
Messages
3,699
  • Events
    • Time-Every 5 Seconds of game time.
  • Conditions
    • Or-Any (Conditions) are true
      • Conditions
        • Treant<gen> contains Sludge Picker 52
        • Treant<gen> contains Sludge Picker 03
        • Treant<gen> contains Sludge Picker 28
        • Treant<gen> contains Sludge Picker 36
        • Treant<gen> contains Sludge Picker 15
        • Treant<gen> contains Sludge Picker 34
        • Treant<gen> contains Sludge Picker 18
        • Treant<gen> contains Sludge Picker 47
  • Actions
    • Create 1 Treant for (Owner of (Triggering Unit)) start location) facing default building facing degrees.
these are trigger tags.
 
Status
Not open for further replies.
Top