Thread: News Sign
View Single Post
  #1  
Old 07-26-2001, 01:53 AM
Torankusu_Fugitive Torankusu_Fugitive is offline
Registered User
Join Date: May 2001
Posts: 8
Torankusu_Fugitive is on a distinguished road
//NPC Modified by Merlin (WIZAD)
if (playerenters) {message News;
}
if (playerchats&&strequals(#g,guildname)) {
setstring server.news,#c;
}
if (playertouchsme) {
message #s(server.news);
}
Reply With Quote