• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • The Hive's 34th Texturing Contest: Void is now concluded, time to vote for your favourite set of icons! Click here to vote!

How do I limit minimap to certain areas?

Status
Not open for further replies.
Level 16
Joined
Jul 21, 2008
Messages
1,121
You can make camera bounds via triggers. Here is example action:

  • For each (Integer A) from 1 to 12, do (Actions)
    • Loop - Actions
      • Camera - Extend the camera bounds for (Player((Integer A))) west by <X>, east by <X>, north by <X>, and south by <X>
or you can use this. It's more simple:

  • For each (Integer A) from 1 to 12, do (Actions)
    • Loop - Actions
      • Camera - Set the camera bounds for (Player((Integer A))) to <Region>
 
Status
Not open for further replies.
Top