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 | ad8995e3386d88ad99a6f1d2747983d00dcf8597 (patch) | |
tree | 055858ee371fabc89eabddc6d9374586fd7efb17 /il_timetable | |
parent | 4f71679b9a337c8760fa1c2d41f14a98cbf2b04e (diff) | |
download | luaatc_envs-ad8995e3386d88ad99a6f1d2747983d00dcf8597.tar.gz luaatc_envs-ad8995e3386d88ad99a6f1d2747983d00dcf8597.tar.bz2 luaatc_envs-ad8995e3386d88ad99a6f1d2747983d00dcf8597.zip |
State at 2021-12-16
Diffstat (limited to 'il_timetable')
-rw-r--r-- | il_timetable/nodes/(1708,29,3041).lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/il_timetable/nodes/(1708,29,3041).lua b/il_timetable/nodes/(1708,29,3041).lua new file mode 100644 index 0000000..02dec18 --- /dev/null +++ b/il_timetable/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 |