
09-25-2001, 08:36 AM
|
|
Banned
|
 |
Join Date: Jul 2001
Location: Merlin - U S A Malak - United Kingdom
Posts: 2,543
|
|
|
try this
if (playerchats) {
if (startswith(changegani,#c)) {
if (tokenscount==3) {
this.oldgani = #t(1);
this.newgani = #t(3);
timeout = .5;
}
if (timeout) {
replaceani this.oldgani,this.newgani;
}
that will work if the command is replaceani but if it is replace gani just add a g before a |
|
|
|