utage macro support

xdu ships with a Macro.tsv, and loading commands
out of there instead of defining them manually
saves a lot of trouble

bingo didn't know about it

there's probably some regressions, needs further testing
This commit is contained in:
louis 2019-05-13 03:31:42 -04:00
parent 1d469d4f3e
commit bf11050984
3 changed files with 279 additions and 403 deletions

View file

@ -529,5 +529,6 @@ export {
dialogScrollUp,
dialogScrollDown,
closeMissionModal,
missionChanged
missionChanged,
closeModal
};