• 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] Mass Doodad Animation

Status
Not open for further replies.
Level 5
Joined
Aug 23, 2008
Messages
124
Yo!! :thumbs_up:

Im trying to make a scarry map where trees moves.
There is a trigger like:
  • Animation - Play the stand animation for all doodads of type Bats within (Playable map area)
more exact:
  • Animation - Play the (stand) animation for (all doodads) of type (Bats) within (Playable map area)
Unfortunatly there is no Mass trigger for destructibles so i cant make this (And this is exactly the trigger i want):
  • Events
    • Time - Every 0.40 seconds of game time
  • Actions
    • Animation - Play the (Death) animation for (all destructibles) of type (Northrend Tree Wall) within (Playable Map Area)


Help Me :sad:
 
Level 7
Joined
Mar 13, 2008
Messages
228
  • Untitled Trigger 002
    • Events
    • Conditions
    • Actions
      • Destructible - Pick every destructible in (Playable map area) and do (Actions)
        • Loop - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • (Picked destructible) Equal to (Bats)
            • Then - Actions
              • Animation - Play (Picked destructible)'s stand animation
            • Else - Actions
I think this works.
 
Level 16
Joined
Jul 21, 2008
Messages
1,121
how do you put those trigger images in a reply?

Press Right Click on your trigger name, then select ''Copy as Text''.

Then paste your trigger between GUI trigger tags.

Image:
folder.gif

(You must press ''Go Advanced'' button)
 
Level 16
Joined
Jul 21, 2008
Messages
1,121
Copy trigger by right clicking it.

Look at the image:
attachment.php


Create new post, click on the ''Go Advaced'' Button, then left click on this button
folder.gif


Trigger tags will appear.
  • [TRIGGER]
[/TRIGGER]

Then paste your copied trigger beetween trigger tags.
  • [TRIGGER]<Your Trigger>
[/TRIGGER]

---
Ignore white background and all images on it.
 

Attachments

  • Trigger.JPG
    Trigger.JPG
    31.5 KB · Views: 140
Status
Not open for further replies.
Top