diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 15:03:05 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 15:03:05 +0200 |
commit | 00257146ec75760e7f671a414233df7c702ca1a1 (patch) | |
tree | 36db06ea51b7dca204d2ca1e5b7cd220286f8e41 /nodes | |
parent | d05afd61d340e1ca828aff2d3737e0357d028244 (diff) | |
download | il_timetable-00257146ec75760e7f671a414233df7c702ca1a1.tar.gz il_timetable-00257146ec75760e7f671a414233df7c702ca1a1.tar.bz2 il_timetable-00257146ec75760e7f671a414233df7c702ca1a1.zip |
State at 2023-11-15
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/(-1735,-1,-4421).lua | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/nodes/(-1735,-1,-4421).lua b/nodes/(-1735,-1,-4421).lua new file mode 100644 index 0000000..c9dae37 --- /dev/null +++ b/nodes/(-1735,-1,-4421).lua @@ -0,0 +1,14 @@ +if event.train then + if get_line() == "E1" then + if flip then + set_rc("E1_Mel_Left") + else + set_rc("E1_Mel_Right") + end + flip = not flip + end +end +F.ttp_stop({ + stn = "Town of Abyss", + doorside = "R", +})
\ No newline at end of file |