Using setpm,you are allowed to change the message of the NPC-Server,but the original message 'I'm the NPC-Server..blablabla' wont back.
Quote:
setpm;
if(pm){
sendpm Welcome to 'Playerworld' #n!;
}
|
or
Quote:
if(actionplayeronline){
sendpm Welcome #n!;
}
|
- if(pm) means if you send a pm to NPC-Server.
- if(actionplayeronline) means if you entered the server.
- #n means your nickname.
Edit:These scripts must be added at Control-NPC.