summaryrefslogtreecommitdiff
path: root/nodes/(-617,14,-411).lua
diff options
context:
space:
mode:
authorautocommitter <autocommitter@linux-forks.de>2024-04-22 14:58:03 +0200
committerautocommitter <autocommitter@linux-forks.de>2024-04-22 14:58:03 +0200
commit02cf9234aa67a2a5b83887739b416f2c6ce65292 (patch)
tree1010c9287bacbb924a7be9ed85844302a988112b /nodes/(-617,14,-411).lua
parent5423eb25e13ad8e91f0238d049929a9cb707a647 (diff)
downloadil_timetable-02cf9234aa67a2a5b83887739b416f2c6ce65292.tar.gz
il_timetable-02cf9234aa67a2a5b83887739b416f2c6ce65292.tar.bz2
il_timetable-02cf9234aa67a2a5b83887739b416f2c6ce65292.zip
State at 2023-03-26
Diffstat (limited to 'nodes/(-617,14,-411).lua')
-rw-r--r--nodes/(-617,14,-411).lua15
1 files changed, 11 insertions, 4 deletions
diff --git a/nodes/(-617,14,-411).lua b/nodes/(-617,14,-411).lua
index f20b2a4..121c3f4 100644
--- a/nodes/(-617,14,-411).lua
+++ b/nodes/(-617,14,-411).lua
@@ -1,4 +1,11 @@
--- 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", "R", "RSM", 30, 240, 35) \ No newline at end of file
+F.ttp_begin({
+ stn = "Spawn Main", -- station name
+ tt = "S12_N", -- timetable ID
+ depint = "02;30", --departure slot interval
+ depoff = "00;45", --departure slot offset
+ doorside = "R",
+ reverse = true,
+ only_lines = { S12 = true },
+ force_tt_reset =false,
+})
+