diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:52:59 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:52:59 +0200 |
commit | 36347476634def7228380f4d0063fdcce126bce4 (patch) | |
tree | dc90c9d1bb36b3ec4b0a70512959354a2270865d /il_timetable | |
parent | a02905bbc7bcf1f9c109ac7cc7f5584c1a41f163 (diff) | |
download | luaatc_envs-36347476634def7228380f4d0063fdcce126bce4.tar.gz luaatc_envs-36347476634def7228380f4d0063fdcce126bce4.tar.bz2 luaatc_envs-36347476634def7228380f4d0063fdcce126bce4.zip |
State at 2021-05-14
Diffstat (limited to 'il_timetable')
-rw-r--r-- | il_timetable/nodes/(-732,3,-790).lua | 1 | ||||
-rw-r--r-- | il_timetable/nodes/(-815,3,-799).lua | 3 | ||||
-rw-r--r-- | il_timetable/nodes/(-987,5,-780).lua | 5 |
3 files changed, 9 insertions, 0 deletions
diff --git a/il_timetable/nodes/(-732,3,-790).lua b/il_timetable/nodes/(-732,3,-790).lua new file mode 100644 index 0000000..ae8984f --- /dev/null +++ b/il_timetable/nodes/(-732,3,-790).lua @@ -0,0 +1 @@ +atc_set_text_outside("Museum Shuttle\n-> Mountain South")
\ No newline at end of file diff --git a/il_timetable/nodes/(-815,3,-799).lua b/il_timetable/nodes/(-815,3,-799).lua new file mode 100644 index 0000000..973577a --- /dev/null +++ b/il_timetable/nodes/(-815,3,-799).lua @@ -0,0 +1,3 @@ +setstate("Mush-MnsIsClear", "red") +set_rc("Mush-West") +atc_set_text_outside("Museum Shuttle\n -> Mountain South") diff --git a/il_timetable/nodes/(-987,5,-780).lua b/il_timetable/nodes/(-987,5,-780).lua new file mode 100644 index 0000000..c836345 --- /dev/null +++ b/il_timetable/nodes/(-987,5,-780).lua @@ -0,0 +1,5 @@ +if event.train then + set_rc("Mush-East") + atc_set_text_outside("Museum Shuttle\n-> Museum") + atc_send("B0W OR D20 OC R S8") +end
\ No newline at end of file |