
07-06-2003, 09:12 PM
|
Banned
|
 |
Join Date: May 2003
Location: CAW
Posts: 5,586
|
|
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;
}
} |
|
|