summaryrefslogtreecommitdiff
path: root/ers/nodes
diff options
context:
space:
mode:
Diffstat (limited to 'ers/nodes')
-rw-r--r--ers/nodes/(1654,6,1237).lua2
-rw-r--r--ers/nodes/(1657,6,1237).lua2
-rw-r--r--ers/nodes/(1658,6,1237).lua2
-rw-r--r--ers/nodes/(1702,2,1269).lua2
-rw-r--r--ers/nodes/(1702,2,1270).lua2
-rw-r--r--ers/nodes/(1704,2,1269).lua2
6 files changed, 6 insertions, 6 deletions
diff --git a/ers/nodes/(1654,6,1237).lua b/ers/nodes/(1654,6,1237).lua
index 06bcac2..5613fb9 100644
--- a/ers/nodes/(1654,6,1237).lua
+++ b/ers/nodes/(1654,6,1237).lua
@@ -1,6 +1,6 @@
-- lluaoperatingpanel_depot_03.lua
local show_print = false
-if event.type == "punch" then
+if event.type == "punch" and event.name == "erstazi" then
-- trainID = 999999999
-- F.slow_train_down(trainID)
F.clear_main_depot_displays()
diff --git a/ers/nodes/(1657,6,1237).lua b/ers/nodes/(1657,6,1237).lua
index 747e816..fc55bce 100644
--- a/ers/nodes/(1657,6,1237).lua
+++ b/ers/nodes/(1657,6,1237).lua
@@ -1,6 +1,6 @@
-- luaoperatingpanel_depot_01.lua
local show_print = false
-if event.type == "punch" then
+if event.type == "punch" and event.name == "erstazi" then
-- F.train_info("RESETALL", show_print)
return
end \ No newline at end of file
diff --git a/ers/nodes/(1658,6,1237).lua b/ers/nodes/(1658,6,1237).lua
index 9017b1b..680890c 100644
--- a/ers/nodes/(1658,6,1237).lua
+++ b/ers/nodes/(1658,6,1237).lua
@@ -1,6 +1,6 @@
-- luaoperatingpanel_depot_02.lua
local show_print = false
-if event.type == "punch" then
+if event.type == "punch" and event.name == "erstazi" then
-- F.delete_train_info("337564")
-- F.delete_train_info("450511")
diff --git a/ers/nodes/(1702,2,1269).lua b/ers/nodes/(1702,2,1269).lua
index 851d36f..8aefbd4 100644
--- a/ers/nodes/(1702,2,1269).lua
+++ b/ers/nodes/(1702,2,1269).lua
@@ -1,6 +1,6 @@
-- luaatctrack_run_sequence_01.lua
local show_print = false
-if event.type == "punch" then
+if event.type == "punch" and event.name == "erstazi" then
F.trial_setup("split_train_1_4")
-- F.trial_setup("loop_test1")
-- F.trial_setup("loop_autocouple_1_4")
diff --git a/ers/nodes/(1702,2,1270).lua b/ers/nodes/(1702,2,1270).lua
index 823ad84..5cfc741 100644
--- a/ers/nodes/(1702,2,1270).lua
+++ b/ers/nodes/(1702,2,1270).lua
@@ -1,6 +1,6 @@
-- luaatctrack_run_sequence_01.lua
local show_print = false
-if event.type == "punch" then
+if event.type == "punch" and event.name == "erstazi" then
F.trial_setup("autocouple_1_4")
return
end \ No newline at end of file
diff --git a/ers/nodes/(1704,2,1269).lua b/ers/nodes/(1704,2,1269).lua
index 05766c3..f1ac622 100644
--- a/ers/nodes/(1704,2,1269).lua
+++ b/ers/nodes/(1704,2,1269).lua
@@ -1,6 +1,6 @@
-- luaatctrack_run_sequence_01.lua
-if event.type == "punch" then
+if event.type == "punch" and event.name == "erstazi" then
F.reset_trial_setup()
return
end \ No newline at end of file