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!
Create a line of pathing blockers at the entrance. Then once the hero reaches level 10, pick all those pathing blockers and destroy them.
If it's for an online game, create a region at the entrance. And make a trigger like this:
Events
Unit - A unit enters (Region at the entrance of your area)
Conditions
Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Hero level of (Triggering unit)) Less than or equal to 9
Then - Actions
Unit - Move (Triggering unit) instantly to ((Position of (Triggering unit)) offset by (0.00, 0.00))
Else - Actions
The condition is an integer condition.
The offset depends on what direction the hero is coming from. For example, if the hero enters the region from the south, move it to Position of (Triggering unit)) offset by (0.00, -75.00).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.