blob: b9831ee69771097025c8a780e736da29b8a06aaa (
plain)
1
2
3
4
5
|
--
if event.train and atc_arrow and get_line() == "S20" then
local current_text = atc_get_text_outside() or ""
atc_set_text_outside("Service Ends At Arcadius\n No Access to Trap City\n \n"..current_text)
end
|