1 2 3 4 5 6 7 8 9 10
if event.type == "train" then atc_send("OCBBWI+R;") end if event.type == "ext_int" then if atc_id then set_line("2") atc_set_text_outside("LINE 2") atc_send("S4") end end