
05-09-2005, 12:53 AM
|
|
Registered User
|
Join Date: Aug 2003
Location: Quebec
Posts: 130
|
|
|
Argg, i've had another problem...
if (created) {
timeout=10;
}
if (playerchats) {
message test;
sleep 0.5;
message ;
}
if (timeout) {
message hmm;
timeout=10;
}
well i'm kinda new to scripting, and i was messing around with things online, and i tried the previous script, the problem is that, after i touch it, when it sleeps 0.5 seconds, it execute the stuff in the if (timeout) without waiting 10 secondes...why? |
|
|
|