Reply to Re: The variable limit... when do locals die?
If you don't have an account, just leave the password field blank.
Conventional wisdom is that variables die when the associated scripts die... either Ted or Seth alludes to this in the DinkC reference by noting that you want to initialize variables in the die proc when possible.
I'd assume you checked scripts_used, just to be sure there wasn't a missing kill_this_script...? My guess is that there were just a lot of scripts being run.
I'd assume you checked scripts_used, just to be sure there wasn't a missing kill_this_script...? My guess is that there were just a lot of scripts being run.