Is there another option for the Nexus client to save upon quit? Just set up a bunch of settings and completely forgot to save them manually before leaving the game, so lost them all.
Bottom right should be a settings button, in there you can save it all and create a profile or just save them as general to nexus. I mudlet but I think nexus has that feature.
We're going to be setting up periodic auto-saves (that you can turn-off on a per session basis but will be on by default every session), as well as triggering an autosave on qq. If you just close the browser window, there's not much we can do to help you if you made any chances since the last autosave (will be every 2 minutes or so though, so you won't lose much even then).
window.addEventListener("beforeunload", function (e) {
var closingMsg = "Are you sure you want to quit?";
(e || window.event).returnValue = closingMsg;
return closingMsg;
<span>});</span>
Some webkit browsers are wonky, but this should capture the tab close/back button/window close on most.
Comments
Some webkit browsers are wonky, but this should capture the tab close/back button/window close on most.
That is, if you're still running jQuery.
Results of disembowel testing | Knight limb counter | GMCP AB files
GMCP documentation: https://github.com/keneanung/GMCPAdditions
svof github site: https://github.com/svof/svof and documentation at https://svof.github.io/svof