summaryrefslogtreecommitdiff
path: root/il_timetable/nodes/(-1731,7,-4402).lua
diff options
context:
space:
mode:
Diffstat (limited to 'il_timetable/nodes/(-1731,7,-4402).lua')
-rw-r--r--il_timetable/nodes/(-1731,7,-4402).lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/il_timetable/nodes/(-1731,7,-4402).lua b/il_timetable/nodes/(-1731,7,-4402).lua
new file mode 100644
index 0000000..4f7d9b5
--- /dev/null
+++ b/il_timetable/nodes/(-1731,7,-4402).lua
@@ -0,0 +1,10 @@
+if event.train then
+ if get_line() == "E1" then
+ if flip then
+ set_rc("E1_Mel_Left")
+ else
+ set_rc("E1_Mel_Right")
+ end
+ flip = not flip
+ end
+end \ No newline at end of file