* Work with prompts. Prompts now handle special menu "submit" block without form IDs/etc.

This commit is contained in:
Bryan Ashby
2015-08-06 23:08:10 -06:00
parent a0a97350fe
commit b8d4741c18
8 changed files with 111 additions and 8 deletions

View File

@@ -220,6 +220,7 @@
"mainMenu" : {
"art" : "MAINMENU",
"options" : { "cls" : true },
/*
"form" : {
"0" : {
"ET" : {
@@ -254,7 +255,26 @@
}
}
}
}
},*/
"prompt" : "menuCommand",
"submit" : [
{
"value" : { "command" : "G" },
"action" : "@menu:logoff"
},
{
"value" : { "command" : "D" },
"action" : "@menu:doorPimpWars"
},
{
"value" : { "command" : "L" },
"action" : "@menu:doorLORD"
},
{
"value" : 1,
"action" : "@menu:mainMenu"
}
]
},
"doorPimpWars" : {
"module" : "abracadabra",