Skip to content
Snippets Groups Projects
Commit 15c46115 authored by Nigel Reed's avatar Nigel Reed Committed by Rob Swindell
Browse files

Add similar functionality to the xtrn<secnum>_head file but will

display the file after the list of external programs.
parent 5a1ab6a7
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -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