• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Question about Critters

Status
Not open for further replies.
Level 5
Joined
Jan 17, 2014
Messages
131
Hello, Is it possible to make a flying critter unable to make trigger work (when it enter in a region)

If you want to make your trigger not activating when a critter enters region, the simplest solution is to exclude the unit-type of the critter with a condition.

Example:
  • Your Trigger
    • Events
      • Unit - A unit enters "Your region"
    • Conditions
      • (Unit-type of (Triggering unit)) Not equal to "Your Flying Critter"
    • Actions
      • "Your Action"
 
Level 13
Joined
May 11, 2008
Messages
1,198
I would rather it check for the player. Critters are usually owned by a neutral player. If your map gives the critter to a regular player though, then the other suggestion should be okay, although you may have to add more conditions if you have more types of critters than just one.
 
Status
Not open for further replies.
Top