Thread: Shoot to GS2?
View Single Post
  #5  
Old 05-31-2006, 07:42 AM
Omini Omini is offline
Millenium Owner
Join Date: Feb 2006
Location: N.Ireland
Posts: 293
Omini is on a distinguished road
Send a message via AIM to Omini Send a message via MSN to Omini Send a message via Yahoo to Omini
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") { }

__________________



Reply With Quote