diff options
Diffstat (limited to 'il_timetable/nodes')
-rw-r--r-- | il_timetable/nodes/(-631,14,-404).lua | 8 | ||||
-rw-r--r-- | il_timetable/nodes/(1110,16,1975).lua | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/il_timetable/nodes/(-631,14,-404).lua b/il_timetable/nodes/(-631,14,-404).lua index 62ea1fc..72669e1 100644 --- a/il_timetable/nodes/(-631,14,-404).lua +++ b/il_timetable/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/il_timetable/nodes/(1110,16,1975).lua b/il_timetable/nodes/(1110,16,1975).lua new file mode 100644 index 0000000..7c638f7 --- /dev/null +++ b/il_timetable/nodes/(1110,16,1975).lua @@ -0,0 +1,4 @@ +F.ttp_stop({ + stn = "The Cube", + doorside = "R", +})
\ No newline at end of file |