View Single Post
  #3  
Old 10-16-2009, 12:34 AM
racycle racycle is offline
smooth as eggs
racycle's Avatar
Join Date: Jul 2008
Location: Chanko
Posts: 136
racycle will become famous soon enough
Send a message via AIM to racycle
ok so also to load the files stats i could do like

temp.new_item.strength = item.item.power;

for upgrades to change the file could i do something like

temp.new_item.strength = item.strength;
if(upgrade){
item.strength == item.strength+1;

and for the saveing for the new changes something like

temp.new_item.savevars("players/items/"@player.account@"/weapon1.file-format");

plz correct me if im wrong
__________________

Reply With Quote