View Single Post
  #5  
Old 10-16-2009, 01:00 AM
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
Let's say you have a class like 'item_functions' with a function like this:

PHP Code:
function loadItemByPath(path) {
  
temp.item = new TStaticVar();
  
item.loadVars(path);
  return 
item;

...then you can do stuff like

PHP Code:
function onCreated() {
  
this.join("item_functions");
  
  
temp.path "items/cb/cbk1994/item_1492032.txt";
  
temp.item loadItemByPath(path);
  
item.power += 5;
  
item.saveVars(pathfalse);

to update it.
__________________
Reply With Quote