I'm using World Edit Unlimited, which has special triggers called advanced triggers. I'm using one of the advanced triggers "Create a special effect circle around location..." etc. I try to save after do all the triggers for my skill and it comes up with:
call CreateSpecialEffectCircle( GetUnitLoc(GetTriggerUnit()), 400.00, 8, "Abilities\\Spells\\Human\\FlameStrike\\FlameStrike1.mdl", 10 )
call CreateSpecialEffectCircle( GetUnitLoc(GetTriggerUnit()), 400.00, 8, "Abilities\\Spells\\Human\\FlameStrike\\FlameStrike1.mdl", 10 )
They are highlighted and it says "Expected with a function name"
Whats wrong?
call CreateSpecialEffectCircle( GetUnitLoc(GetTriggerUnit()), 400.00, 8, "Abilities\\Spells\\Human\\FlameStrike\\FlameStrike1.mdl", 10 )
call CreateSpecialEffectCircle( GetUnitLoc(GetTriggerUnit()), 400.00, 8, "Abilities\\Spells\\Human\\FlameStrike\\FlameStrike1.mdl", 10 )
They are highlighted and it says "Expected with a function name"
Whats wrong?