yeh i saw the fix, but running that didn't fix it for me. i'll need to go back over the other related posts, but i didn't post until i tried that and it didn't fix it... at least, it didn't for me...
EDIT: Oh, that command related to a different version. I downloaded it. Now a have a new problem. I initially set a break in the old script version at basement level 100. This new script I left at 500. I'm on level 204 at the moment. When I run the script it says:
Current basement level (204) >= autoBasement_break_on_floor (100), quitting
This must be being cached somewhere, as the script has a setvar in there, and is at 500, yet it still is breaking for 100 for some reason. I tried typing set autoBasement_break_on_floor = 500 thinking that might work, but if i re-run the script I still get the same response. Why is it being over-written with a value of 100, and how do i change it if i can't do it within the script, nor at the command line? Confused...