• 🏆 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!

region site radius

Status
Not open for further replies.
Level 3
Joined
Apr 9, 2008
Messages
42
How do you make it so when a unit enters a region, the unit gains full visibility in that region. Cheers
 
Level 13
Joined
Nov 4, 2006
Messages
1,239
  • Events
    • Unit - a Unit enters <region>
  • Conditions
    • add some if you want (like unit comparison or whatever, but not needed)
  • Actions
    • Visibility - create visibility modifier emitting visibility on <region> for owner of triggering Unit
<region> would be your region
 
Status
Not open for further replies.
Top