Skip to content
Snippets Groups Projects
Commit 0d0863d2 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Merge branch 'nelgin/xtrn_tail' into 'master'

Nelgin/xtrn tail

See merge request !48
parents 148141b8 15c46115
Branches
No related tags found
2 merge requests!463MRC mods by Codefenix (2024-10-20),!48Nelgin/xtrn tail
...@@ -182,6 +182,12 @@ function external_program_menu(xsec) ...@@ -182,6 +182,12 @@ function external_program_menu(xsec)
} }
console.crlf(); console.crlf();
} }
if(bbs.menu_exists("xtrn" + secnum + "_tail")) {
bbs.menu("xtrn" + secnum + "_tail");
}
else if(bbs.menu_exists("xtrn" + seccode + "_tail")) {
bbs.menu("xtrn" + seccode + "_tail");
}
bbs.node_sync(); bbs.node_sync();
console.mnemonics(options.which); console.mnemonics(options.which);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment