summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorautocommitter <autocommitter@linux-forks.de>2025-08-16 00:00:02 +0200
committerautocommitter <autocommitter@linux-forks.de>2025-08-16 00:00:02 +0200
commitcef1272b09194704310a20066ab6ed5530ea1a4d (patch)
treebdc498a694f87434dab989b094dc15659e4441a6
parentfd31d9d99e550949887c5ac87ef1348ff7f1bf41 (diff)
downloadluaatc_envs-cef1272b09194704310a20066ab6ed5530ea1a4d.tar.gz
luaatc_envs-cef1272b09194704310a20066ab6ed5530ea1a4d.tar.bz2
luaatc_envs-cef1272b09194704310a20066ab6ed5530ea1a4d.zip
State at 2025-08-16
-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
3 files changed, 3 insertions, 3 deletions
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