I'm trying to make an automacro that coats when you pm the character a specific text....
I'm not sure why this isn't working.
It keeps saying
match: wrong # of argument (a*)()
This is my macro
automacro coat {
pm (a*)[,$.lastpmMsg]
call {
do ai manual
pause 1
do sp(479)
}
timeout 20
}
What am I doing wrong? I am stupid new and maybe I am missing something... Any help is super appreciated... and any explanation is awesome.