@ -20,6 +20,7 @@ DFHack Future
Misc Improvements
"keybinding list" accepts a context
nyan: Can now be stopped with dfhack-run
quicksave: Restricted to fortress mode
Removed
DFHack 0.40.24-r3
@ -4,6 +4,10 @@ if not dfhack.isMapLoaded() then
qerror("World and map aren't loaded.")
end
if not dfhack.world.isFortressMode() then
qerror('This script can only be used in fortress mode')
local ui_main = df.global.ui.main
local flags4 = df.global.d_init.flags4