How do I limit minimap to certain areas?

Status
Not open for further replies.
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.
Back
Top