Graal Forums  

Go Back   Graal Forums > Development Forums > Tech Support
FAQ Members List Calendar Today's Posts

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #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
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 04:43 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.