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 | 9ec73aeb09d13bae6d2485925baaafda63798ccf (patch) | |
tree | 9361b7f74f4492ec51567f447515f08a591895f4 | |
parent | 26813270f4092417d9f1f52a9763813457cbf918 (diff) | |
download | luaatc_envs-9ec73aeb09d13bae6d2485925baaafda63798ccf.tar.gz luaatc_envs-9ec73aeb09d13bae6d2485925baaafda63798ccf.tar.bz2 luaatc_envs-9ec73aeb09d13bae6d2485925baaafda63798ccf.zip |
State at 2023-11-15
-rw-r--r-- | il_timetable/nodes/(-1735,-1,-4421).lua | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/il_timetable/nodes/(-1735,-1,-4421).lua b/il_timetable/nodes/(-1735,-1,-4421).lua new file mode 100644 index 0000000..c9dae37 --- /dev/null +++ b/il_timetable/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 |