Ooh so its setani("millenium_cx-fire","");
I'm assuming it's also replaceani("idle","millenium_cx-idle");
Oh, and that variable string problem in the other thread was sorted. It was a scripting error I had made earlier in the script, which checked
NPC Code:
if (client.cxammo == "on") { }
instead of
NPC Code:
if (client.cx == "on") { }