Post
by gindo » Tue Apr 21, 2009 12:01 pm
keep getting a "DoCommand - Couldn't parse /goto :Fish
is there something wrong with this section ?
/echo =======================================================
/echo Cast Away!
:Fish
/if (${op_ExitMacro}) /goto :ExitMacro
/if ((${set_DoInnateCammo}) && (!${Me.Buff[Camouflage].ID})) /alt activate 80
/call GMCheck
/delay 1s
/if (${Me.AbilityReady[Fishing]}) {
/if (${Cursor.ID}) /call Looting
/delay 1s
/varcalc count_TotalCasts ${count_TotalCasts}+1
/doability Fishing
}
/doevents
/goto :Fish
Thank you for the help.