Skip to content

Commit bd005dc

Browse files
committed
Scripts > Make Cable items now run scripts from editor/cmds/
1 parent 03bc58b commit bd005dc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Common/MENUS.CFG

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -367,10 +367,10 @@ menu_hall_2 Live Hallway (Stone Corridor) - 13:set_room_type 13
367367
;Scripts
368368
menu_scripts Make &Cable:menu_cable
369369

370-
menu_cable Width &1 (0.0625):run_cmd_script cmds\MakeCable1.cmd
371-
menu_cable_1 Width &2 (0.125):run_cmd_script cmds\MakeCable2.cmd
372-
menu_cable_2 Width &3 (0.25):run_cmd_script cmds\MakeCable3.cmd
373-
menu_cable_3 Width &4 (0.5):run_cmd_script cmds\MakeCable4.cmd
374-
menu_cable_4 Width &5 (1.0):run_cmd_script cmds\MakeCable5.cmd
370+
menu_cable Width &1 (0.0625):run_cmd_script editor\cmds\MakeCable1.cmd
371+
menu_cable_1 Width &2 (0.125):run_cmd_script editor\cmds\MakeCable2.cmd
372+
menu_cable_2 Width &3 (0.25):run_cmd_script editor\cmds\MakeCable3.cmd
373+
menu_cable_3 Width &4 (0.5):run_cmd_script editor\cmds\MakeCable4.cmd
374+
menu_cable_4 Width &5 (1.0):run_cmd_script editor\cmds\MakeCable5.cmd
375375
menu_cable_5 Custom &width...:script_ping @@EditorMakeCable,<width>,<fromMarker>,<toMarker>
376376
menu_cable_6 sep|&Select cable marker 1:find_obj _cable1|S&elect cable marker 2:find_obj _cable2

0 commit comments

Comments
 (0)