summaryrefslogtreecommitdiff
path: root/il_timetable/nodes/(-1731,7,-4402).lua
blob: 4f7d9b5ae341f9bd3f104d54014968c505e6abbd (plain)
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