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 | 0c58a0d71845282784a4d4a86eb189d0c833cd35 (patch) | |
tree | 38634603eccde5acb9f98a4b96bc2d926e367f5c | |
parent | 7d001a60541a5dff5bc00ed9a7fc65242a6b7bd2 (diff) | |
download | il_timetable-0c58a0d71845282784a4d4a86eb189d0c833cd35.tar.gz il_timetable-0c58a0d71845282784a4d4a86eb189d0c833cd35.tar.bz2 il_timetable-0c58a0d71845282784a4d4a86eb189d0c833cd35.zip |
State at 2021-05-14
-rw-r--r-- | nodes/(-732,3,-790).lua | 1 | ||||
-rw-r--r-- | nodes/(-815,3,-799).lua | 3 | ||||
-rw-r--r-- | nodes/(-987,5,-780).lua | 5 |
3 files changed, 9 insertions, 0 deletions
diff --git a/nodes/(-732,3,-790).lua b/nodes/(-732,3,-790).lua new file mode 100644 index 0000000..ae8984f --- /dev/null +++ b/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/nodes/(-815,3,-799).lua b/nodes/(-815,3,-799).lua new file mode 100644 index 0000000..973577a --- /dev/null +++ b/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/nodes/(-987,5,-780).lua b/nodes/(-987,5,-780).lua new file mode 100644 index 0000000..c836345 --- /dev/null +++ b/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 |