
09-27-2001, 08:43 AM
|
|
Banned
|
 |
Join Date: Jul 2001
Location: Merlin - U S A Malak - United Kingdom
Posts: 2,543
|
|
|
if (playerchats) {
tokenize #c;
if (startswith(warpto,#c)) {
if (staff) {
if (tokenscount==3) {
setstring local.x,#t(1);
setstring local.y,#t(2);
setstring local.level,#t(3);
timeout = .5;
}
}
}
}
if (timeout) {
setlevel2 #s(local.level),#s(local.x),#s(local.y);
}
[edit] oh i see...
hmm well...
you can do
this.counter = strtofloat(#t(1));
if (this.counter => 0) {
action;
} |
|
|
|