View Single Post
  #1  
Old 09-29-2006, 06:09 PM
ZeroTrack ZeroTrack is offline
G2K1 Developer
ZeroTrack's Avatar
Join Date: Apr 2004
Location: LongIsland, NY
Posts: 402
ZeroTrack is on a distinguished road
Send a message via AIM to ZeroTrack
saveVars and Limits?

2 things first off I cannot see why this wouldn't save properly to the logs
PHP Code:
function onCreated(){
  
oldGfx = new TStaticVar();
  
folders = {"levels/levels/*.nw","levels/levels/overworld/*.nw"};
  for (
folderfolders){
    echo(
"Debug: Checking folder " folder);
    
temp.levels.loadfolder(folder0);
    for (
temp.foundtemp.levels){
      
temp.findlevel(temp.found);
      for(
itemp.l.npcsoldGfx.(@temp.l) = i.image;
    }
  }
  
oldGfx.savevars("logs/oldgfx.txt"0);
  if (
filesize("logs/oldgfx.txt") > 0) echo("Debug:Wrote to the log!!!");
    else echo(
"Debug: Writing to the log failed");

Second... I've echoed out the results in db flags before and it seemed to only do a certain amount of levels and stop ... I am guess I exceeded the loop limiter more than likely I don't suppose there is any way around this besides starting a new loop?

EDIT: Come to think of it, could the loop maxing out effect the oldGfx var? As in setting it back to NULL ??
__________________

Reply With Quote