View Single Post
  #14  
Old 03-03-2003, 05:39 PM
HoudiniMan HoudiniMan is offline
Playerworld Administrator
HoudiniMan's Avatar
Join Date: Dec 2001
Location: Calfiornia - USA
Posts: 3,512
HoudiniMan will become famous soon enough
In general while still not supporting the boozer npc...

NPC Code:

if (playerenters) {
message initial;
sleep 2; //
message ; // only needing sleep if you want to clear the message
}
if (playerchats&&strequals(#c,yes)) {
message newmessage;
}
if (playerchats&&strequals(#c,newreply)) {
message another new message;
}



Sleep is unneeded unless you want the message to leave after a couple seconds, in which case you need to set it to blank
__________________
-HoudiniMan (Chief Playerworld Administrator)
Compulsive Support Center Checker - 5 Years and Change
Graal Support Center

Reply With Quote