i dont get why no one has helped you yet, heres how its done:
code:
function OnEvent_ChatWndReceiveMessage(ChatWnd,Origin,Message,MessageKind)
{
if(Message == "mobile number")
{
ChatWnd.SendMessage("07949123456 is my mobile number");
}
return Message;
}
ah, didnt notice it was just an idea, thought you wanted help making it. yeh thats a good idea although soemone you dont want to could end up with your mobile number.