Thread: Poster
View Single Post
  #8  
Old 12-28-2001, 12:44 AM
pimpiroth pimpiroth is offline
Registered User
Join Date: Dec 2001
Posts: 29
pimpiroth is on a distinguished road
Send a message via AIM to pimpiroth Send a message via Yahoo to pimpiroth
NPC Code:

if (playerchats){
tokenize #c;
if (strequals(#t(0),post){
setstring message,#c;
}}
if (playerenters||timeout){
message #s(message);
timeout = .05;
}




doesnt work sir
Reply With Quote