blob: 44b483e7bca80311a4d59796504b7f7090cd6cc1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|