- Joined
- Aug 4, 2012
- Messages
- 1,022
Well this vJASS doesn't work :/ :/
Can someone fix it??
I want to spawn a unit
But this vJASS won't work
Can someone fix it??
I want to spawn a unit
But this vJASS won't work
JASS:
function SpellTester takes integer u returns unit // You could return the unit so you can use or referring later...
set integer u = 'U000' // Apply the unit raw code, don't forget the unitype goes in single quotes
return CreateUnit(Player(0), u, -1550, -2360, 180) // Now it has the right arguments...
endfunction
Last edited by a moderator: