View Single Post
  #4  
Old 03-24-2011, 11:20 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Astram View Post
explain varname? xP Im new to scripting kinda
It's the name for a variable.

Also, you don't need to use findNPC.

PHP Code:
MyDB.var = val;
MyDB.one = "two";
MyDB.three = 4; 
__________________
Reply With Quote