So, my script is very simple. It's only 4 lines.
I compile it and use the a trigger to match
amd I get this error:
Can someone help? I would greatly appreciate all help, and I am a newbie to scripting so I'm probably doing something so wrong its funny to you :)
function test_send (name, line, wildcards)
note "Sending to "..%1
SendNoEcho("greet "..%1)
end -- function
I compile it and use the a trigger to match
^ * tells you 'sup'$
amd I get this error:
Compile error
World: Aardwolf
Immediate execution
[string "Script file"]:2: unexpected symbol near '..'
Error context in script:
1 : function test_send (name, line, wildcards)
2*: note "Sending to "..%1
3 : SendNoEcho("greet "..%1)
4 : end -- function
Can someone help? I would greatly appreciate all help, and I am a newbie to scripting so I'm probably doing something so wrong its funny to you :)