- Joined
- Sep 23, 2007
- Messages
- 357
I am trying to use the following custom script:
When I try saving my map, Jass Helper gives me the following error:
Warcraft 3 also doesn't allow me to select this map when I have this code in it.
Is there any other way that I can get the height of a destructable/doodad that I have just created?
Code:
call SetDestructableZ(bj_lastCreatedDestructable,-57,270,1,0)
When I try saving my map, Jass Helper gives me the following error:
Code:
Line 3341:Undeclared function SetDestructableZ
Warcraft 3 also doesn't allow me to select this map when I have this code in it.
Is there any other way that I can get the height of a destructable/doodad that I have just created?