I want to learn how can we create our own function like
function killitem takes item targetitem returns nothing
call RemoveItem(targetitem)
endfunction
And need a shortcut to it like "call killitem(blabla)" that does the killitem function with blabla item
I will use it for damaging anyway
AND
Need a program for Jass like JassCraft but Jasscraft shows syntax errors even in correct triggers which I can use in game (recipe system of Diablo-dk works great in game but jasscraft gave about 90 errors)
function killitem takes item targetitem returns nothing
call RemoveItem(targetitem)
endfunction
And need a shortcut to it like "call killitem(blabla)" that does the killitem function with blabla item
I will use it for damaging anyway
AND
Need a program for Jass like JassCraft but Jasscraft shows syntax errors even in correct triggers which I can use in game (recipe system of Diablo-dk works great in game but jasscraft gave about 90 errors)
Last edited: