From 0ff8aa79353dcac175a294ac5cdd909b621f949e Mon Sep 17 00:00:00 2001 From: autocommitter Date: Mon, 22 Apr 2024 14:58:28 +0200 Subject: State at 2023-04-13 --- nodes/(-631,14,-404).lua | 8 ++++---- nodes/(1110,16,1975).lua | 4 ++++ 2 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 nodes/(1110,16,1975).lua (limited to 'nodes') 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 -- cgit v1.2.3