mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-23 19:20:41 +02:00
Use new prompt
This commit is contained in:
parent
969cd35ece
commit
8d9a686629
4 changed files with 30 additions and 2 deletions
|
@ -1400,7 +1400,7 @@
|
||||||
messageArea: {
|
messageArea: {
|
||||||
art: MSGMNU
|
art: MSGMNU
|
||||||
desc: Message Area
|
desc: Message Area
|
||||||
prompt: menuCommand
|
prompt: messageMenuCommand
|
||||||
submit: [
|
submit: [
|
||||||
{
|
{
|
||||||
value: { command: "P" }
|
value: { command: "P" }
|
||||||
|
|
|
@ -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" : {
|
"newAreaPostPrompt" : {
|
||||||
"art" : "message_area_new_post",
|
"art" : "message_area_new_post",
|
||||||
"mci" : {
|
"mci" : {
|
||||||
|
|
BIN
mods/themes/luciano_blocktronics/MSGPMPT.ANS
Normal file
BIN
mods/themes/luciano_blocktronics/MSGPMPT.ANS
Normal file
Binary file not shown.
|
@ -455,5 +455,15 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
prompts: {
|
||||||
|
messageMenuCommand: {
|
||||||
|
mci: {
|
||||||
|
TL1: {
|
||||||
|
text: "|00|15|MD|08: |03|MC|08>>|11|MA"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue