From 0f7137308f9fe4bac9dabef94fdccf9fba741680 Mon Sep 17 00:00:00 2001 From: autocommitter Date: Mon, 22 Apr 2024 14:53:19 +0200 Subject: State at 2021-06-19 --- nodes/(1214,3,1019).lua | 13 ++++--------- nodes/(1236,3,1016).lua | 10 ++++++++++ 2 files changed, 14 insertions(+), 9 deletions(-) create mode 100644 nodes/(1236,3,1016).lua (limited to 'nodes') diff --git a/nodes/(1214,3,1019).lua b/nodes/(1214,3,1019).lua index 95ef362..5ca6f90 100644 --- a/nodes/(1214,3,1019).lua +++ b/nodes/(1214,3,1019).lua @@ -1,10 +1,5 @@ -F.ttp_begin({ - stn = "Silver Coast Central", - tt = "S12_S", -- timetable ID - depint = "05;00", --departure slot interval - depoff = "01;00", --departure slot offset - doorside = "L", - reverse = false, - only_lines = {S12=true}, - force_tt_reset = false, +F.ttp_stop({ + stn = "Silver Coast Central", + doorside = "L", + departure = {S12_S="01;00"}, }) \ No newline at end of file diff --git a/nodes/(1236,3,1016).lua b/nodes/(1236,3,1016).lua new file mode 100644 index 0000000..2a4682b --- /dev/null +++ b/nodes/(1236,3,1016).lua @@ -0,0 +1,10 @@ +F.ttp_begin({ + stn = "Silver Coast Central Siding", + tt = "S12_S", -- timetable ID + depint = "05;00", --departure slot interval + depoff = "00;00", --departure slot offset + doorside = "C", + reverse = false, + only_lines = {S12=true}, + force_tt_reset = false, +}) \ No newline at end of file -- cgit v1.2.3