diff options
Diffstat (limited to 'm4')
-rw-r--r-- | m4/nodes/(4538,11,6814).lua | 3 | ||||
-rw-r--r-- | m4/nodes/(5397,13,6916).lua | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/m4/nodes/(4538,11,6814).lua b/m4/nodes/(4538,11,6814).lua index 2aefefb..b8f7e3c 100644 --- a/m4/nodes/(4538,11,6814).lua +++ b/m4/nodes/(4538,11,6814).lua @@ -1,5 +1,6 @@ if (event.train) and (F.get_line_safe() == "E16") then -- F.print_length() atc_set_text_outside("[E16] Personhood\nvia Grub Valley\nC&C Rail") - F.split_looparound_left("E16") + atc_set_text_inside("By The Way\nTerminus, please get off!") + F.split_looparound_right("E16") end
\ No newline at end of file diff --git a/m4/nodes/(5397,13,6916).lua b/m4/nodes/(5397,13,6916).lua index 0bbaca1..59bcdf6 100644 --- a/m4/nodes/(5397,13,6916).lua +++ b/m4/nodes/(5397,13,6916).lua @@ -1,4 +1,4 @@ if event.train and get_line()=="E16" then return -atc_set_text_outside("[E16] Personhood\nvia Grub Valley\nC&C Rail") +--atc_set_text_outside("[E16] Personhood\nvia Grub Valley\nC&C Rail") end
\ No newline at end of file |