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!
Is there any way in the World Editor to make it so that when a player builds a certain building in a region no one else can build there?
Thanks for the help.
just check with pick unit around construction point with x range if there have structure what owned by enemy, if yes then destroy it
something like this?
Melee Initialization
Events
Unit - A unit Begins construction
Conditions
Actions
Set p = (Position of (Constructing structure))
Custom script: set bj_wantDestroyGroup = true
Unit Group - Pick every unit in (Units within 512.00 of p matching ((Owner of (Constructing structure)) Not equal to (Matching player))) and do (Actions)
and the reason it has needs work on it was not because of any bugs. Bribe wants me to change one line to use a function rather than a condition and I don't want to ;p.
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.