Put this in the Control-NPC:
NPC Code:
if (actionplayeronline) {
sendpm message;
}
HTML and message codes can be used in the message. Here's a few examples:
Background Color: <body bgcolor=
color>
put everything in the message here</body>
Font Color: <font color=
color>
text</font>
Scrolling Text: <marquee>
text</marquee>
Next Line: #b
Player's Account: #a
Player's Nick: #n
Here's a small script to get you started:
NPC Code:
if (actionplayeronline) {
sendpm
<body bgcolor=black>
<font color=red>
Hello #n! Welcome to:#b
<marquee>Dark Rival</marquee>#b#b
News:#b
put your server's news here#b#b
Hirings:#b
put stuff about hirings here#b#b
Rules:#b
put your server's rules here#b
-Excaliber (Manager)
</font>
</body>; Don't forget this semi-colon
}
If you need any help understanding this, I'll be on AIM. My screen name is wassup4010.