Skip to content
Snippets Groups Projects
Commit 820ce242 authored by rswindell's avatar rswindell
Browse files

Use the xtrn_sec.js module instead of the hard-coded xtrn_section for the

"external programs section".
parent 78687cec
No related branches found
No related tags found
No related merge requests found
......@@ -302,7 +302,7 @@ cmdkey /U
end_cmd
cmdkey X
xtrn_section
exec_bin xtrn_sec
end_cmd
cmdkey Z
......
......@@ -104,7 +104,7 @@ cmdkey L
end_cmd
cmdkey D
xtrn_section
exec_bin xtrn_sec
end_cmd
cmdkey A
......
......@@ -247,11 +247,11 @@ cmdstr NEWS
end_cmd
cmdstr DOOR
xtrn_section
end_cmd
exec_bin xtrn_sec
end_cmd
cmdstr OPEN
xtrn_section
exec_bin xtrn_sec
end_cmd
compare_word "OPEN "
......
......@@ -150,7 +150,7 @@ cmdkey N
end_cmd
cmdkey O
xtrn_section
exec_bin xtrn_sec
end_cmd
cmdkey P
......
......@@ -130,7 +130,7 @@ if_true
compare_str "doors"
if_true
xtrn_section
exec_bin xtrn_sec
return
end_if
......
......@@ -169,19 +169,19 @@ end_cmd
#Open door menu
cmdstr O
xtrn_section
exec_bin xtrn_sec
end_cmd
cmdstr OPEN
xtrn_section
exec_bin xtrn_sec
end_cmd
cmdstr DOOR
xtrn_section
exec_bin xtrn_sec
end_cmd
cmdstr DOORS
xtrn_section
exec_bin xtrn_sec
end_cmd
#Account config (user defaults)
......
......@@ -166,7 +166,7 @@ cmdkey S
cmdkey X
print_local "Doors\r\n"
xtrn_section
exec_bin xtrn_sec
end_cmd
cmdkey F
......
......@@ -247,7 +247,7 @@ cmdkey /U
end_cmd
cmdkey .
xtrn_section
exec_bin xtrn_sec
end_cmd
cmdkey Z
......
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