View Single Post
  #1  
Old 08-25-2006, 09:29 AM
KuJi KuJi is offline
Banned
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
KuJi will become famous soon enough
Send a message via ICQ to KuJi Send a message via AIM to KuJi Send a message via MSN to KuJi Send a message via Yahoo to KuJi
NPCS not updating?

Okay this has to be the MOST ANNOYING thing in the world.

I have a public function being called from a localnpc via findNPC() which works and all then it would message("") whatever the outcome is blah blah.

Well for some reason the message only will change if I say something, reconnect, or a player enters.

PHP Code:
function onCreated()
{
  
setimg("block.png");
}

function 
onActionGrab()
{
  
findNPC("localnpc_g_kuji-testlvl_35088589_0").message("wtf");

The above code should work, but it doesn't. If I grab the block that changes the message, then say something it'll change.
nothing works

Last edited by KuJi; 08-25-2006 at 06:49 PM..
Reply With Quote