OK, that worked brilliantly. Thanks a lot
I should have thought of it, but I'm not sleeping and so tired I cant even spell my name right (seriously). Also, thanks to whoever removed the password from my post - I can't believe I did that.
Cheers as always guys
[Edited to remove the horrendous spelling]
On another thought, is there a way for me to return multiple replies from the same function, or would everything need to be done in multiple global vars.
eg.
function SendInfo(){
SetInfo();
Messenger.SetNick(returned info[1]);
Messenger.SetPSM(returned info[2]);
)
function SetInfo(){
info[1] = "Stefan Leroux";
info[2] = "Scripting God (LOL)";
}
I know the setnick/setpsm dont work, but its just for an example. Is there any way to do it?
Thanks