• 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.

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