summaryrefslogtreecommitdiff
path: root/il_timetable/nodes/(286,4,206).lua
diff options
context:
space:
mode:
authorautocommitter <autocommitter@linux-forks.de>2024-10-15 22:37:42 +0200
committerautocommitter <autocommitter@linux-forks.de>2024-10-15 22:37:42 +0200
commit572b186e28ddc2a630613765c0f0780b4664380f (patch)
treee93412c97c577b04bbf12749bfe61470e001063a /il_timetable/nodes/(286,4,206).lua
parent5c7f77725394d47ce0b907aabf885ea207a507bd (diff)
downloadluaatc_envs-572b186e28ddc2a630613765c0f0780b4664380f.tar.gz
luaatc_envs-572b186e28ddc2a630613765c0f0780b4664380f.tar.bz2
luaatc_envs-572b186e28ddc2a630613765c0f0780b4664380f.zip
State at 2024-10-15HEADmaster
Diffstat (limited to 'il_timetable/nodes/(286,4,206).lua')
-rw-r--r--il_timetable/nodes/(286,4,206).lua27
1 files changed, 0 insertions, 27 deletions
diff --git a/il_timetable/nodes/(286,4,206).lua b/il_timetable/nodes/(286,4,206).lua
deleted file mode 100644
index ccba33d..0000000
--- a/il_timetable/nodes/(286,4,206).lua
+++ /dev/null
@@ -1,27 +0,0 @@
-if event.train then
-st_name = "NYE Square"
-flip = not flip
-end
-
-doors = "L"
- if event.train then
- local time_now = rwt.now()
- local next_dep_time = rwt.next_rpt(rwt.add(time_now, 10), 120, 0)
-if flip then
- atc_set_text_outside("4 - Showroom")
- digiline_send("monitor", "4 Showroom "..rwt.to_string(next_dep_time, true))
- set_rc("SH")
-else
- digiline_send("monitor", "4 Ice Mountain "..rwt.to_string(next_dep_time, true))
- atc_set_text_outside("4 - Ice Mountain")
- set_rc("IM")
-end
- atc_set_text_inside(st_name.."\nDeparture: "..rwt.to_string(next_dep_time, true))
- atc_send("A0 B0 W O"..doors)
- schedule(next_dep_time, "depart")
- elseif event.schedule then
- atc_send("A1OCD1SM")
- digiline_send("monitor", "Last Departure: | "..rwt.to_string(rwt.now(), true))
- atc_set_text_inside("")
- depart = true
- end