Slide trigger - GUI

Status
Not open for further replies.
Level 1
Joined
Aug 6, 2008
Messages
3
Hi i am new to the hive and can anyone help me find this annoying leak in this trigger? :slp:

  • Slide
    • Events
      • Time - Every 0.04 seconds of game time
    • Conditions
    • Actions
      • Set tempGroup = (Units of type |c00FF0000Fire Warrior|r)
      • Unit Group - Pick every unit in (Units in (Playable map area)) and do (Actions)
        • Loop - Actions
          • Set tempPoint = (Position of (Picked unit))
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • (Terrain type at tempPoint) Equal to Icecrown Glacier - Dark Ice
              • ((Picked unit) is alive) Equal to True
            • Then - Actions
              • Unit - Move (Picked unit) instantly to (tempPoint offset by 16.00 towards (Facing of (Picked unit)) degrees)
            • Else - Actions
              • Custom script: call RemoveLocation(udg_tempPoint)
              • Custom script: call DestroyGroup(udg_tempGroup)
 
Welcome Lulz-Troll!

Welcome to the Hiveworkshop, lulz-troll! Enjoy your stay here.

You seem to already know quite a lot. That's a good thing to have from newcommers. Fear not! For our reknowned GUI triggerers can help you fix your trigger problem. Just make a thread in the Triggers and Scripts Forum by pressing the
newthread.gif
button. Remember to be as detailed as possible and explain exactly what happens when this trigger takes effect.

Feel free to start posting, immediately. We have a quite friendly community here and only wish to make your time all that much better. Keep in mind that even the Hiveworkshop has rules that you should try to remember. Take a look at the Hiveworkshop FAQ Page, for a detailed list of rules to follow. As long as you follow them you will surely not be pressured to review them.

To make navigation throughout the site easier use the Nav Bar at the top of the page. You can see the Hiveworkshop’s many pages and sections, there.

If you are in the midst of making a map, and you need assistance, check out the World Editor Help Zone. Go ahead and ask our experienced mappers for help.

If you need some resources, for your map, check out our Skins Section or Models Section. If you cannot find what you need there feel free to ask our artists in the Requests Section. Still can’t get what you’re looking for? Take a look at some of tutorials in the Tutorials Section, and learn to make them yourself!

Once again, welcome to the Hiveworkshop! :smile:
 
Status
Not open for further replies.
Top