summaryrefslogtreecommitdiff
path: root/il_timetable/nodes
diff options
context:
space:
mode:
authorautocommitter <autocommitter@linux-forks.de>2024-04-22 14:58:28 +0200
committerautocommitter <autocommitter@linux-forks.de>2024-04-22 14:58:28 +0200
commit4732649c22eeff429bec2284ed6225290a81b3bb (patch)
treed5ac7db4fb45ca5203f43b66e82313c6597d0a9d /il_timetable/nodes
parent72b5cc792208fcc6fcfd103b909ce69bdef12c8b (diff)
downloadluaatc_envs-4732649c22eeff429bec2284ed6225290a81b3bb.tar.gz
luaatc_envs-4732649c22eeff429bec2284ed6225290a81b3bb.tar.bz2
luaatc_envs-4732649c22eeff429bec2284ed6225290a81b3bb.zip
State at 2023-04-13
Diffstat (limited to 'il_timetable/nodes')
-rw-r--r--il_timetable/nodes/(-631,14,-404).lua8
-rw-r--r--il_timetable/nodes/(1110,16,1975).lua4
2 files changed, 8 insertions, 4 deletions
diff --git a/il_timetable/nodes/(-631,14,-404).lua b/il_timetable/nodes/(-631,14,-404).lua
index 62ea1fc..72669e1 100644
--- a/il_timetable/nodes/(-631,14,-404).lua
+++ b/il_timetable/nodes/(-631,14,-404).lua
@@ -1,4 +1,4 @@
--- d_int: Departure every n seconds (epoch modulo)
--- d_off: Departure time offset
--- function F.stop_sd(st_name, doors, departcommand, minstoptime, d_int, d_off)
---F.stop_sd_sched("Main Station", "L", "SM", 10, 120, 0) \ No newline at end of file
+F.ttp_stop({
+ stn = "Spawn Main",
+ doorside = "L",
+}) \ No newline at end of file
diff --git a/il_timetable/nodes/(1110,16,1975).lua b/il_timetable/nodes/(1110,16,1975).lua
new file mode 100644
index 0000000..7c638f7
--- /dev/null
+++ b/il_timetable/nodes/(1110,16,1975).lua
@@ -0,0 +1,4 @@
+F.ttp_stop({
+ stn = "The Cube",
+ doorside = "R",
+}) \ No newline at end of file