View Single Post
  #11  
Old 04-10-2007, 10:32 PM
Chandler Chandler is offline
Banned
Join Date: Jan 2007
Posts: 656
Chandler will become famous soon enough
Load the arrays first
PHP Code:
temp.playerData = new TStaticVar(); 
temp.playerData.loadVars("thistextfile.arc");
for (
temp.currentDatatemp.playerData.getDynamicVarNames())
  if (
temp.currentData.starts("inv"))
    
temp.foundData temp.currentData
Then you would like to load the temp.foundData, with whatever. I think that should work
Reply With Quote