quote:
Originally posted by Ruwen
It still dont work.. It make my script stop
quote:
Originally posted by Dhaya
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, Kind)
{
ChatWnd.SendMessage("Okay " + MsgPlus.RemoveFormatCodes(Origin) + ".. Personlig Besked er nu blevet ændret!\n\nER DU SÅ TILFRES?");
}
Works fine, except for the fact that it doesn't check the origin so your own messages trigger it and sends it into a flood
.