- Joined
- Jul 16, 2008
- Messages
- 67
JASS:
function Trig_spell_Conditions takes nothing returns boolean
if ( not ( GetSpellAbilityId() == 'ANsb' ) ) then
return false
endif
return true
endfunction
I need help. it says that on the first line says i need a initilization in it (
JASS:
function --> InitTrig_spell_Condition takes nothing returns nothing