diff options
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/(-1925,13,-4577).lua | 2 | ||||
-rw-r--r-- | nodes/(1984,41,8404).lua | 4 | ||||
-rw-r--r-- | nodes/(773,8,132).lua | 9 |
3 files changed, 14 insertions, 1 deletions
diff --git a/nodes/(-1925,13,-4577).lua b/nodes/(-1925,13,-4577).lua index a1d7a28..fa700e6 100644 --- a/nodes/(-1925,13,-4577).lua +++ b/nodes/(-1925,13,-4577).lua @@ -8,7 +8,7 @@ F.ttp_begin({ doorside = "R", reverse = true, only_lines = { E1 = true }, - force_tt_reset = true, + force_tt_reset = false, }) if event.train then diff --git a/nodes/(1984,41,8404).lua b/nodes/(1984,41,8404).lua new file mode 100644 index 0000000..6e23563 --- /dev/null +++ b/nodes/(1984,41,8404).lua @@ -0,0 +1,4 @@ +F.ttp_stop({ + stn = "Azena Transirejo", + doorside = "R", +})
\ No newline at end of file diff --git a/nodes/(773,8,132).lua b/nodes/(773,8,132).lua new file mode 100644 index 0000000..cc8b8cb --- /dev/null +++ b/nodes/(773,8,132).lua @@ -0,0 +1,9 @@ +F.ttp_begin({ + stn = "Leekston East", -- station name + tt = "NX_N", -- timetable ID + depint = "05;00", --departure slot interval + depoff = "02;00", --departure slot offset + doorside = "R", + only_lines = {XN=true}, + force_tt_reset = false, +})
\ No newline at end of file |