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!
Hello to everyone, when i add some skill, Jass version. My map won't load. And some errors show during saving it.(with jassnewgenpack5). Can someone help me?
function X takes unit u, integer i returns nothing
call UnitAddAbility(u, i)
endfunction
//OR
function Y takes nothing returns nothing
local unit u = GetTriggerUnit()
local integer i = 'A000'
call UnitAddAbility(u, i)
endfunction
If none of those work in your case then describe how you want it. And if those gives you some error something is wrong with your JNGP.
To update JassHelper,replace your JassHelper with a new JassHelper(its either deleting the current JassHelper and putting a new one, or putting a new one and overwrite the current JassHelper)
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.