* Skeleton for user configuration
This commit is contained in:
@@ -409,9 +409,6 @@
|
||||
},
|
||||
mainMenu: {
|
||||
art: MMENU
|
||||
/*options: {
|
||||
trailingLF: yes
|
||||
}*/
|
||||
desc: Main Menu
|
||||
prompt: menuCommand
|
||||
"submit" : [
|
||||
@@ -441,6 +438,10 @@
|
||||
"value" : { "command" : "M" },
|
||||
"action" : "@menu:messageArea"
|
||||
},
|
||||
{
|
||||
value: { command: "C" }
|
||||
action: @menu:mainMenuUserConfig
|
||||
}
|
||||
{
|
||||
"value" : 1,
|
||||
"action" : "@menu:mainMenu"
|
||||
@@ -455,7 +456,10 @@
|
||||
mainMenuUserStats: {
|
||||
art: STATUS
|
||||
options: { pause: true }
|
||||
next: mainMenu
|
||||
}
|
||||
mainMenuUserConfig: {
|
||||
module: @systemModule:user_config
|
||||
art: CONFSCR
|
||||
}
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
// Message Area Related
|
||||
|
||||
@@ -110,7 +110,7 @@ MessageListModule.prototype.mciReady = function(mciData, cb) {
|
||||
async.series(
|
||||
[
|
||||
function callParentMciReady(callback) {
|
||||
MessageListModule.super_.prototype.mciReady.call(this, mciData, callback);
|
||||
MessageListModule.super_.prototype.mciReady.call(self, mciData, callback);
|
||||
},
|
||||
function loadFromConfig(callback) {
|
||||
var loadOpts = {
|
||||
|
||||
BIN
mods/themes/luciano_blocktronics/CONFSCR.ANS
Normal file
BIN
mods/themes/luciano_blocktronics/CONFSCR.ANS
Normal file
Binary file not shown.
Reference in New Issue
Block a user