View Single Post
  #11  
Old 05-31-2006, 07:10 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
Uh ok it works now, heh heh. I found the problem. There was an error in the script before hand where it had

NPC Code:
if (client.cxclip == "on") { }



instead of

NPC Code:
if (client.cx == "on") { }



Heh.
__________________



Reply With Quote