View Single Post
  #2  
Old 07-06-2003, 09:12 PM
protagonist protagonist is offline
Banned
protagonist's Avatar
Join Date: May 2003
Location: CAW
Posts: 5,586
protagonist is on a distinguished road
Send a message via AIM to protagonist Send a message via MSN to protagonist
It would have been wise to put timeout in the beginning basics since it is an if. It's also wise to determine the difference between event checks(playerchats, timeout) and conditionals (strequals and such) so people don't do

if(strequals(#a, protagonist)) {
if(timeout) {
message poo;
}
}
Reply With Quote