summaryrefslogtreecommitdiff
path: root/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
commit0ff8aa79353dcac175a294ac5cdd909b621f949e (patch)
tree5ac9eaec14dc497484fda1536aab8544cd9a8bcf /nodes
parent863fb62d1e564fb73e43cb69ce64d89fc35b6ff1 (diff)
downloadil_timetable-0ff8aa79353dcac175a294ac5cdd909b621f949e.tar.gz
il_timetable-0ff8aa79353dcac175a294ac5cdd909b621f949e.tar.bz2
il_timetable-0ff8aa79353dcac175a294ac5cdd909b621f949e.zip
State at 2023-04-13
Diffstat (limited to 'nodes')
-rw-r--r--nodes/(-631,14,-404).lua8
-rw-r--r--nodes/(1110,16,1975).lua4
2 files changed, 8 insertions, 4 deletions
diff --git a/nodes/(-631,14,-404).lua b/nodes/(-631,14,-404).lua
index 62ea1fc..72669e1 100644
--- a/nodes/(-631,14,-404).lua
+++ b/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/nodes/(1110,16,1975).lua b/nodes/(1110,16,1975).lua
new file mode 100644
index 0000000..7c638f7
--- /dev/null
+++ b/nodes/(1110,16,1975).lua
@@ -0,0 +1,4 @@
+F.ttp_stop({
+ stn = "The Cube",
+ doorside = "R",
+}) \ No newline at end of file