From 8d9a68662978970bbfe5ef3aec7f355627d09e7b Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Wed, 3 Aug 2016 20:59:10 -0600 Subject: [PATCH] Use new prompt --- mods/menu.hjson | 2 +- mods/prompt.hjson | 20 ++++++++++++++++++- mods/themes/luciano_blocktronics/MSGPMPT.ANS | Bin 0 -> 283 bytes mods/themes/luciano_blocktronics/theme.hjson | 10 ++++++++++ 4 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 mods/themes/luciano_blocktronics/MSGPMPT.ANS diff --git a/mods/menu.hjson b/mods/menu.hjson index 2bcea104..6738af82 100644 --- a/mods/menu.hjson +++ b/mods/menu.hjson @@ -1400,7 +1400,7 @@ messageArea: { art: MSGMNU desc: Message Area - prompt: menuCommand + prompt: messageMenuCommand submit: [ { value: { command: "P" } diff --git a/mods/prompt.hjson b/mods/prompt.hjson index 0d774bc5..cdfdf562 100644 --- a/mods/prompt.hjson +++ b/mods/prompt.hjson @@ -72,6 +72,24 @@ } } }, + + messageMenuCommand: { + art: MSGPMPT + mci: { + TL1: { + // theme me! + } + ET2: { + argName: command + width: 20 + maxLength: 20 + submit: true + textStyle: upper + focus: true + } + } + }, + "newAreaPostPrompt" : { "art" : "message_area_new_post", "mci" : { @@ -151,4 +169,4 @@ } */ } -} \ No newline at end of file +} diff --git a/mods/themes/luciano_blocktronics/MSGPMPT.ANS b/mods/themes/luciano_blocktronics/MSGPMPT.ANS new file mode 100644 index 0000000000000000000000000000000000000000..40415248b99fd6a74b2e1ba6eebbc5263603be2e GIT binary patch literal 283 zcmb1+Hn27^ur@ZxRgjK0v^Fu%y(0}0GPgE1%Dr<3A_$Z>&%G}l4HcD+hH`O1_nmP00t%?4FtlTPQD6Z?v4;1oCE-} CoI3&l literal 0 HcmV?d00001 diff --git a/mods/themes/luciano_blocktronics/theme.hjson b/mods/themes/luciano_blocktronics/theme.hjson index ec8e3405..def17c34 100644 --- a/mods/themes/luciano_blocktronics/theme.hjson +++ b/mods/themes/luciano_blocktronics/theme.hjson @@ -455,5 +455,15 @@ } } } + + prompts: { + messageMenuCommand: { + mci: { + TL1: { + text: "|00|15|MD|08: |03|MC|08>>|11|MA" + } + } + } + } } } \ No newline at end of file