View Single Post
  #2  
Old 11-14-2005, 05:17 AM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to CheeToS2
It seems to be working fine for me:
NPC Code:

//#CLIENTSIDE
function onCreated() {
setTimer(.05);
}
function onTimeout() {
if (player.x in |30,40|)
player.chat = "TRUE";
else
player.chat = player.x;
setTimer(.05);
}

__________________

Reply With Quote