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

Changing minimap / map bounds

Status
Not open for further replies.
Level 2
Joined
Apr 12, 2009
Messages
16
Okay, i've seen in maps where a person enter a building or goes through a waygate and it changes the minimap to the small area the unit is in and the camera can only move around in that area. how do i do this?
 
Level 16
Joined
Jul 21, 2008
Messages
1,121
Try these triggers:
They work fine for me.
  • Region Enter
    • Events
      • Unit - A unit enters <Your Region>
    • Conditions
    • Actions
      • Camera - Set the camera bounds for (Owner of (Triggering unit)) to <Your Region>
  • Region Leave
    • Events
      • Unit - A unit leaves <Your Region>
    • Conditions
    • Actions
      • Camera - Set the camera bounds for (Owner of (Triggering unit)) to (Entire map)
 
Status
Not open for further replies.
Top