I have mine set up to do several things:
On connecting, it sets a variable to ID me as starting for the day. Later I do "setquit on", which activates a trigger and sends an inventory command. This command tests to see if my inventory contains any items other than those that autoload, like my druid belt. If none are found, it turns on an alias that lets me type "quit". Typing Quit actually sends xyzzq to the mud, which is aliased to "quit", while the normal quit command it disabled. This is to prevent my logging off when still carrying equipment.
Everything works fine, until I type "quit" (or the aliased xyzzq command), then the client attempts to disconnect and crashes. Not sure if its something that changed with scripts (mine are all vbscript though) or something else. :(
This is in the new 4.03 btw.
On connecting, it sets a variable to ID me as starting for the day. Later I do "setquit on", which activates a trigger and sends an inventory command. This command tests to see if my inventory contains any items other than those that autoload, like my druid belt. If none are found, it turns on an alias that lets me type "quit". Typing Quit actually sends xyzzq to the mud, which is aliased to "quit", while the normal quit command it disabled. This is to prevent my logging off when still carrying equipment.
Everything works fine, until I type "quit" (or the aliased xyzzq command), then the client attempts to disconnect and crashes. Not sure if its something that changed with scripts (mine are all vbscript though) or something else. :(
This is in the new 4.03 btw.