blob: c9dae37dd7c87469e50bac3b879dad95376c754b (
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 = "R",
})
|