summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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