Jadis:
if (startswith(partstr,str)) ;
NPC Code:
if (playerchats&&startswith(changegani ,#c)) {
tokenize #c;
if (tokenscount==3) {
replaceani #t(1),#t(2);
setplayerprop #c,Gani #t(1) changed to #t(2);
}
}
That should work if I am not mistaken. Maybe the replaceani command doesn't support strings? I am not sure.