diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:55:27 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:55:27 +0200 |
commit | 04435fa5cb45552fdd8d9dab552c6689c91bdf09 (patch) | |
tree | 679193178268951badb1dec0960cd73b1f092db5 /nodes | |
parent | 76d98a0b804286dc715011e6c50a5c6a27dd3184 (diff) | |
download | il_timetable-04435fa5cb45552fdd8d9dab552c6689c91bdf09.tar.gz il_timetable-04435fa5cb45552fdd8d9dab552c6689c91bdf09.tar.bz2 il_timetable-04435fa5cb45552fdd8d9dab552c6689c91bdf09.zip |
State at 2021-12-16
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/(1708,29,3041).lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/nodes/(1708,29,3041).lua b/nodes/(1708,29,3041).lua new file mode 100644 index 0000000..02dec18 --- /dev/null +++ b/nodes/(1708,29,3041).lua @@ -0,0 +1,12 @@ +F.ttp_begin({ + stn = "Personhood Main", -- station name + tt = "E1_S", -- timetable ID + depint = "02;30", --departure slot interval + depoff = "00;00", --departure slot offset + doorside = "R", + reverse = true, + only_lines = { E1 = true }, + force_tt_reset = true, +}) + +atc_set_text_outside("[E1] Melinka Town via Spawn")
\ No newline at end of file |