View Issue Details

IDProjectCategoryView StatusLast Update
0006333Dwarf FortressTechnical -- Input/Keybinding/Macrospublic2013-05-29 10:35
Reporterjthill Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
PlatformLinuxOSUbuntuOS Version13.04
Product Version0.34.11 
Summary0006333: Each of two one-step macros work individually; their concatenation doesn't.
Description'BUILDJOB_STOCKPILE_BARREL_ZERO' and 'BUILDJOB_STOCKPILE_SETTINGS' don't seem to work when one follows the other in a macro.
Steps To Reproduce1. put the following three macros in data/init/macros
2. 'q' on a stockpile
3. load and play bug2maca0 - barrels go to zero
4. load and play bug2maca1 - you get to the stockpile settings
5. ESC out, 'R' to max barrels
6. load and play bug2maca2 - nothing happens

bug2maca0
        BUILDJOB_STOCKPILE_BARREL_ZERO
    End of group
End of macro

bug2maca1
        BUILDJOB_STOCKPILE_SETTINGS
    End of group
End of macro

bug2maca2
        BUILDJOB_STOCKPILE_BARREL_ZERO
    End of group
        BUILDJOB_STOCKPILE_SETTINGS
    End of group
End of macro
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Add Note

Note

Issue History

Date Modified Username Field Change
2013-05-29 10:35 jthill New Issue