nazaocantos
Newbie
- Jul 29, 2014
- 8
- 0
Help code imacro (iim)
Hello there! I'm trying to make a ''self to facebook cancel request'' and not because it does not work. Does anyone know how I can make it work? Error: SyntaxError: wrong format of TAG command, line 5 (Error code: -910)
My code:
What should I fix?
Thankss and sorry for my english.
Hello there! I'm trying to make a ''self to facebook cancel request'' and not because it does not work. Does anyone know how I can make it work? Error: SyntaxError: wrong format of TAG command, line 5 (Error code: -910)
My code:
Code:
[COLOR=#000000][FONT=dejavu sans mono]VERSION BUILD=8601111 RECORDER=FX[/FONT][/COLOR]
[COLOR=#000000][FONT=dejavu sans mono]TAB T=1[/FONT][/COLOR]
[COLOR=#000000][FONT=dejavu sans mono]URL GOTO=[/FONT][/COLOR][I]facebook /friends/requests/?fcref=ff&outgoing=1[/I]
[COLOR=#000000][FONT=dejavu sans mono]WAIT SECONDS=2[/FONT][/COLOR]
[COLOR=#000000][FONT=dejavu sans mono]TAG POS=1 TYPE=A ATTR=TXT:Friend Request Sent[/FONT][/COLOR]
[COLOR=#000000][FONT=dejavu sans mono]TAG POS=2 TYPE=A ATTR=TXT:Cancel Request[/FONT][/COLOR]
[COLOR=#000000][FONT=dejavu sans mono]TAG POS=3 TYPE=A ATTR=TXT:Cancel Request[/FONT][/COLOR]
[COLOR=#000000][FONT=dejavu sans mono]WAIT SECONDS=4[/FONT][/COLOR]
[COLOR=#000000][FONT=dejavu sans mono]TAG POS=4 TYPE=A ATTR=TXT:Friend Request Sent[/FONT][/COLOR]
[COLOR=#000000][FONT=dejavu sans mono]TAG POS=5 TYPE=A ATTR=TXT:Cancel Request[/FONT][/COLOR]
[COLOR=#000000][FONT=dejavu sans mono]TAG POS=6 TYPE=A ATTR=TXT:Cancel Request[/FONT][/COLOR]
[COLOR=#000000][FONT=dejavu sans mono]WAIT SECONDS=3[/FONT][/COLOR]
[COLOR=#000000][FONT=dejavu sans mono]TAG POS=7 TYPE=A ATTR=TXT:Friend Request Sent[/FONT][/COLOR]
[COLOR=#000000][FONT=dejavu sans mono]TAG POS=8 TYPE=A ATTR=TXT:Cancel Request[/FONT][/COLOR]
[COLOR=#000000][FONT=dejavu sans mono]TAG POS=9 TYPE=A ATTR=TXT:Cancel Request[/FONT][/COLOR]
[COLOR=#000000][FONT=dejavu sans mono]WAIT SECONDS=5[/FONT][/COLOR]
What should I fix?
Thankss and sorry for my english.
Last edited: