View Single Post
  #1  
Old 03-20-2004, 04:13 PM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Infinite loop limit (/critical condition) -> Abort

If the limit for loop iterations is reached, it might be nice to have the client jump back into the editor when offline. If you have a (timeout-) looped infinite loop, that might get nasty otherwise.
Online it is not as bad as long as we do not depend on a NC that is built into the client. Once it is, we definately need a way to edit scripts without being affected by them. A if (created && !strequals(#a,Loriel)) serverwarp classic; might take over a whole server otherwise.
Also it is currently possible to put an NPC that crashes the NPC server once it is started. I think we need a /npcstartpaused command to start the NPC server, but only for accessing scripts, and not executing them.
Reply With Quote