Hello.
I need help to my script.
The script should take the name from the person i chat with.
my code:
code:
function OnEvent_ChatWndSendMessage(ChatWnd,Message){
if(Message=="/tagnavn"){
var CntNm = Cnt.Name;
Messenger.MyName = CntNm;
return '';
}
But its only says that the commando not exsist when i press /tagnavn.
Pls help.