diff options
Diffstat (limited to 'il_timetable/nodes')
-rw-r--r-- | il_timetable/nodes/(-457,23,394).lua | 4 | ||||
-rw-r--r-- | il_timetable/nodes/(-640,14,-426).lua | 8 | ||||
-rw-r--r-- | il_timetable/nodes/(1107,16,1951).lua | 2 | ||||
-rw-r--r-- | il_timetable/nodes/(133,11,873).lua | 4 | ||||
-rw-r--r-- | il_timetable/nodes/(957,14,1047).lua | 15 |
5 files changed, 18 insertions, 15 deletions
diff --git a/il_timetable/nodes/(-457,23,394).lua b/il_timetable/nodes/(-457,23,394).lua new file mode 100644 index 0000000..c452301 --- /dev/null +++ b/il_timetable/nodes/(-457,23,394).lua @@ -0,0 +1,4 @@ +F.ttp_stop({ + stn = "Anju Crossing Central", + doorside = "L", +})
\ No newline at end of file diff --git a/il_timetable/nodes/(-640,14,-426).lua b/il_timetable/nodes/(-640,14,-426).lua index 0a32291..a67254f 100644 --- a/il_timetable/nodes/(-640,14,-426).lua +++ b/il_timetable/nodes/(-640,14,-426).lua @@ -1,3 +1,5 @@ -if event.train then - F.timetake_end("E1-Psh-Ehl") -end
\ No newline at end of file +F.ttp_stop({ + stn = "Spawn Main", + doorside = "L", + end_of_tt = {CFE_S=true,NX_S=true,E1_S=true}, +})
\ No newline at end of file diff --git a/il_timetable/nodes/(1107,16,1951).lua b/il_timetable/nodes/(1107,16,1951).lua index 1d7d775..001186f 100644 --- a/il_timetable/nodes/(1107,16,1951).lua +++ b/il_timetable/nodes/(1107,16,1951).lua @@ -1,5 +1,5 @@ F.ttp_stop({ stn = "The Cube", doorside = "R", - end_of_tt = {CFE_S=true,NX_S=true,E1_S=true}, + end_of_tt = {CFE_S=true,NX_S=true}, })
\ No newline at end of file diff --git a/il_timetable/nodes/(133,11,873).lua b/il_timetable/nodes/(133,11,873).lua new file mode 100644 index 0000000..4f28e6b --- /dev/null +++ b/il_timetable/nodes/(133,11,873).lua @@ -0,0 +1,4 @@ +F.ttp_stop({ + stn = "Schwarzschild Street", + doorside = "L", +})
\ No newline at end of file diff --git a/il_timetable/nodes/(957,14,1047).lua b/il_timetable/nodes/(957,14,1047).lua index d28a823..5e0be27 100644 --- a/il_timetable/nodes/(957,14,1047).lua +++ b/il_timetable/nodes/(957,14,1047).lua @@ -1,11 +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("Ehlodex", "R", "SM", 10, 60, 0) - -if event.train then - F.timetake_end("E1-Psh-Ehl") -end -if depart then - F.timetake_start("E1-Ehl-Spn") -end
\ No newline at end of file +F.ttp_stop({ + stn = "Ehlodex", + doorside = "R", +})
\ No newline at end of file |