diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:52:37 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:52:37 +0200 |
commit | f50738ad5ee065da57ff6211ed34c4fd15be703e (patch) | |
tree | c30250d2fd97859c85bc4c3e13048cfc9e11cbd1 | |
parent | 34e7dc95ed05914c0ec82dd385e6e9478cf184ea (diff) | |
download | il_timetable-f50738ad5ee065da57ff6211ed34c4fd15be703e.tar.gz il_timetable-f50738ad5ee065da57ff6211ed34c4fd15be703e.tar.bz2 il_timetable-f50738ad5ee065da57ff6211ed34c4fd15be703e.zip |
State at 2020-12-14
-rw-r--r-- | nodes/(115,16,-74).lua | 5 | ||||
-rw-r--r-- | nodes/(4401,-2,1976).lua | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/nodes/(115,16,-74).lua b/nodes/(115,16,-74).lua new file mode 100644 index 0000000..6928a9d --- /dev/null +++ b/nodes/(115,16,-74).lua @@ -0,0 +1,5 @@ +-- 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) +atc_set_text_outside("E8 - Morija Center") +F.stop_sd_sched("Origin Marcuse Street", "L", "RSM", 10, 1200, 300)
\ No newline at end of file diff --git a/nodes/(4401,-2,1976).lua b/nodes/(4401,-2,1976).lua new file mode 100644 index 0000000..0c7a9c5 --- /dev/null +++ b/nodes/(4401,-2,1976).lua @@ -0,0 +1,5 @@ +-- 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) +atc_set_text_outside("E8 - Origin Marcuse Street") +F.stop_sd_sched("Morija Center", "L", "RSM", 10, 1200, 300)
\ No newline at end of file |