View Single Post
  #2  
Old 02-12-2003, 09:27 PM
osrs osrs is offline
Graalian since 1998
osrs's Avatar
Join Date: Mar 2002
Location: Brazil
Posts: 2,724
osrs is on a distinguished road
Send a message via ICQ to osrs Send a message via AIM to osrs Send a message via MSN to osrs Send a message via Yahoo to osrs
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.
__________________
"Ability is what you are capable of doing. Motivation determines what you do. Attitude determines how well you do it."
Facebook: facebook.com/raysilvadotnet /
Reply With Quote