• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

[General] Pathing Blockers?

Status
Not open for further replies.
Level 8
Joined
Sep 10, 2013
Messages
372
1- Is there a trigger which I can use to control pathing blockers?
For example, if I want to make a boss fight, and prevent characters from leaving, I'll need pathing blockers to stop them from exiting the area, but if the pathing blockers were there in the first place, the characters won't even be able to enter, that's the problem.

In other words, is there a trigger to create/remove/enable/disable pathing blockers?
I just think it would be a better idea than surrounding the area by cliffs and putting a gate on it.

Thanks in advance...
 
Level 8
Joined
Sep 10, 2013
Messages
372
So if the blockers are 'hidden' they have no effect?

Edit: I also just found out that they can be manipulated through the 'destructible' category in the trigger editor :)
 
Level 15
Joined
Sep 29, 2008
Messages
363
you can preplace pathing blockers as you want on selected area then you can choose to use GUI function "destructable die" to pick them as global var.

after that just use kill/revive destructable at any time you need with the global var created for chosen pathing blocker.
 
Level 12
Joined
May 22, 2015
Messages
1,051
One thing that might look nice is if you use a gate / rolling stone gate. If you place them, they are automatically closed. I think if you kill them with triggers, you can make them open. Anyway, you can definitely make it so they close and open with triggers, so you can detect when all players are in the room, close the door, and spawn the boss.
 
Status
Not open for further replies.
Top