Open piotrpatrzylas opened 3 months ago
I don't suppose you want to make a pull request for this, do you?
Please have a look for the file I'm using: aard_GMCP_mapper.xml.zip
Not sure why but after updating Mush recently GMCP mapper could not save state - every time I started Mush miniwindow was hidden. I have edited in the above file also last part of the script with window_hidden = false , but most likely problem is with my setup.
Related to "custom_fullexit":
1 - Change alias pattern: <alias match="^mapper fullcexit {(?.+)} (?
Modify script - add line somewhere at the beginning: local silent = Trim(wildcards.silent) or ""
Modify script - simply wrap previous world.Note with if condition: if silent ~= "silent" then world.Note (string.format("Custom Exit CONFIRMED: %s (%s) -> %s [lock level %s]", cexit_start, cexit_command, cexit_dest, cexit_level)) end
Also update help for this plugin - mapper help exits.