autodump¶
This tool can instantly move all unforbidden items marked for dumping to the tile under the keyboard cursor. After moving the items, the dump flag is unset and the forbid flag is set, just as if it had been dumped normally. See gui/autodump for an interactive version of this tool.
The keyboard cursor can be placed on a floor tile or in the air. If in air, the items will be converted into projectiles and fall. Items cannot be dumped inside of walls.
Usage¶
autodump [<options>]
autodump-destroy-here
autodump-destroy-here is an alias for autodump destroy-here and is
intended for use as a keybinding.
Options¶
destroyDestroy instead of dumping. Doesn’t require a cursor. If
autodumpis called again with this option before the game is resumed, it cancels pending destroy actions.destroy-hereDestroy items marked for dumping under the cursor.
visibleOnly process items that are not hidden.
hiddenOnly process hidden items.
forbiddenOnly process forbidden items (default: only unforbidden).
Examples¶
autodumpTeleports items marked for dumping to the cursor position.
autodump destroyDestroys all unforbidden items marked for dumping
autodump-destroy-hereDestroys items on the selected tile that are marked for dumping.