View Single Post
  #63  
Old 02-13-2014, 06:07 PM
iDigzy iDigzy is offline
Registered User
Join Date: Apr 2013
Posts: 44
iDigzy is on a distinguished road
Thanks for the reply, but I'm still having trouble with them. I tried to make a simple npc where when the player touchs it, it will chat the databases flag. In the database I have
PHP Code:
function onCreated()
{

  
this.item_100 "test";

inside the npc on serverside is
PHP Code:
function onPlayerTouchsMe() {
  
this.chat DB_test.("item_100" this.item);

this ends up not setting the chat to test and ends up making it 0, so I assume I identified the flag wrong?
__________________
Reply With Quote