1 2 3 4 5 6 7 8 9 10
if event.train then if get_line() == "E1" then if flip then set_rc("E1_Mel_Left") else set_rc("E1_Mel_Right") end flip = not flip end end