summaryrefslogtreecommitdiff
path: root/nodes/(957,14,1047).lua
diff options
context:
space:
mode:
Diffstat (limited to 'nodes/(957,14,1047).lua')
-rw-r--r--nodes/(957,14,1047).lua15
1 files changed, 4 insertions, 11 deletions
diff --git a/nodes/(957,14,1047).lua b/nodes/(957,14,1047).lua
index d28a823..5e0be27 100644
--- a/nodes/(957,14,1047).lua
+++ b/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