summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nodes/(115,16,-74).lua5
-rw-r--r--nodes/(4401,-2,1976).lua5
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