summaryrefslogtreecommitdiff
path: root/il_timetable/nodes/(-1735,-1,-4421).lua
blob: dbf1aa9df98d4f72740609026fbbbe08a8fcc6a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
F.ttp_stop({
  stn = "Town of Abyss",
  doorside = "L",
})