ok let me fix your code up...
code:
function OnEvent_Initialize(MessengerStart){
EditChangeAllowed=false; // you hat the whole syntax wrong here
}
function OnEvent_ChatWndCreated(ChatWnd){ // syntax wrong here too
ChatWnd.SendMessage("Je kan niet typen. Je kan alleen bellen"); // you again had the wrong syntax
}
i hope this helps you out