View Single Post
  #2  
Old 09-27-2001, 08:43 AM
Merlin Merlin is offline
Banned
Merlin's Avatar
Join Date: Jul 2001
Location: Merlin - U S A Malak - United Kingdom
Posts: 2,543
Merlin is on a distinguished road
Send a message via ICQ to Merlin Send a message via AIM to Merlin
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;
}
Reply With Quote