|
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..
|