summaryrefslogtreecommitdiff
path: root/nodes/(1730,26,2915).lua
diff options
context:
space:
mode:
Diffstat (limited to 'nodes/(1730,26,2915).lua')
-rw-r--r--nodes/(1730,26,2915).lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/nodes/(1730,26,2915).lua b/nodes/(1730,26,2915).lua
new file mode 100644
index 0000000..44b483e
--- /dev/null
+++ b/nodes/(1730,26,2915).lua
@@ -0,0 +1,12 @@
+-- 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("Personhood Main", "L", "RSM", 10, 120, 70)
+atc_set_text_outside("E1: Personhood <-> Spawn <-> Melinka Town")
+if event.train then
+ F.stat("E1", false)
+ F.timetake_end("E1-Ehl-Psh")
+end
+if depart then
+ F.timetake_start("E1-Psh-Ehl")
+end