Is there a way to check the world's current level of safety? If not, I would like to request that feature. It would be nice in some cases to be able to be certain that your machine is in a safety mode before asking for a file or what not and crashing a procedure. Oh! And maybe an option that lets you increase security level, but not decrease it during runtime?
-Koshigia
ID:136215
Mar 20 2003, 12:38 pm
|
|
Maybe the ugly crash messages could be suppressed if the user is prompted about the action, and disallows it? You could still have a single line being output to world.log, rather than the full runtime error.
Oh, and you can get around the crashing-the-current-procedure thing - just make a new proc, which does only one thing (requesting the file or whatever). If it crashes, execution will return to where it was called. Then you can just check to see if it returned null to determine whether it was successful.