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!
local unit Y = //instert some code that returns a unit
local location X = GetUnitLoc(Y)
//run code here
call RemoveLocation(X)
set Y = null
set X = null
local unit Y = //instert some code that returns a unit
local location X = GetUnitLoc(Y)
//run code here
call RemoveLocation(X)
set Y = null
set X = null
Can't u do it with triggers?I don't know the jass.Also,i want to create a variable on a unit,so i create a unit at that point,then remove that point.that's whta i want .thanx
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.