• 💀 Happy Halloween! 💀 It's time to vote for the best terrain! Check out the entries to Hive's HD Terrain Contest #2 - Vampire Folklore.❗️Poll closes on November 14, 2023. 🔗Click here to cast your vote!
  • 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 HD Level Design Contest #1 is OPEN! Contestants must create a maze with at least one entry point, and at least one exit point. The map should be made in HD mode, and should not be openable in SD. Only custom models from Hive's HD model and texture sections are allowed. The only exceptions are DNC models and omnilights. This is mainly a visual and design oriented contest, not technical. The UI and video walkthrough rules are there to give everyone an equal shot at victory by standardizing how viewers see the terrain. 🔗Click here to enter!

freeze units/keep sending food

Status
Not open for further replies.
Level 5
Joined
Sep 18, 2010
Messages
183
how to make a trigger where you can stop evryone from moving (hero defence ) teleport the heros to a minigames and make them move agian ( not only move, but freeze)
also, how to make a trigger like you must feed the fat demon or he will attack you
rep+ for those ho help
 

Bannar

Code Reviewer
Level 26
Joined
Mar 19, 2008
Messages
3,140
About first question:
Action:
  • Unit - Pause <unitHere>
Should help you with stopping all the units on the map.

Follow this with:
  • Unit - Instantly move <unitHere> to <destination>
Dont forget about unpasing after teleporting:
  • Unit - Unpause <unitHere>
For picking every unit on map (or just a part of them) you have to use 'Unit Group - Pick every unit in (...)' action.

Second question: elaborate the subject, post test map.
 
Status
Not open for further replies.
Top