blob: 68d51db542454695b1710bf029672c620d92168a (
plain)
1
2
3
4
5
6
|
if get_line() ~= "XST" then
-- atc_set_text_outside("Line 4 - Ice Mountain")
atc_set_text_inside("Schwarzschildt Street\nNext Stop: McFly Street")
-- set_line("4")
F.lineset("4", "W")
end
|