hey im new here
and i signed in because i was trying to make a script that will blok the contacts message box so he can only call me
i actualy want it to block evryting exept the calling but i couldnt find that
so i started trying
this is the script:
code:
function OnEvent_Initialize(MessengerStart)
{
EditChangeAllowed;=false
}
function OnEvent_ChatWndCreated([object]ChatWnd);
{
[boolean] SendMessage([string] Je kan niet typen. Je kan alleen bellen);
}
so it first switches the message box of and then it sends a message
but it gives a syntax error
can anyone help?