View Single Post
  #3  
Old 05-31-2006, 08:49 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
Ah Twusk told me how to solve it, so I changed it to

NPC Code:
function onKeyPressed(code, character)
{
if (character == "z") {
setani("sit","");
etc etc



and it works fine.
__________________



Reply With Quote