- Joined
- Nov 22, 2009
- Messages
- 181
i did this:
function portal_condition takes nothing returns boolean
return GetSpellAbilityId()=='A000'
endfunction
then wenever i try to test the trigger i was working on it reported an error saying endfunction is the wrong operator for the command (i think it was command. it could have been something else after the "operator" part).
what is the problem?
function portal_condition takes nothing returns boolean
return GetSpellAbilityId()=='A000'
endfunction
then wenever i try to test the trigger i was working on it reported an error saying endfunction is the wrong operator for the command (i think it was command. it could have been something else after the "operator" part).
what is the problem?