Skip to content
Snippets Groups Projects
Commit e7a95776 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 dcc4b13d
No related branches found
No related tags found
No related merge requests found
......@@ -182,6 +182,12 @@ function external_program_menu(xsec)
}
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();
console.mnemonics(options.which);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment