Thread: probs with #t
View Single Post
  #19  
Old 09-25-2001, 11:44 PM
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
ok so like this then?


if (playerchats) {
if (startswith(changegani,#c)) {

if (tokenscount==3) {
this.oldgani = strtofloat(#t(1));
this.newgani = strtofloat(#t(3));
timeout = .5;
}
if (timeout) {
replaceani this.oldgani,this.newgani;
}
}
}

Last edited by Merlin; 09-26-2001 at 01:17 AM..
Reply With Quote