blob: 919b98d264c1171fd41d54e79a403b94c70fb5c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if event.type == "ext_int" and atc_arrow then
set_rc("ewd"..S.rc)
if not event.message == "ewd" then
atc_send("OCD1RSM")
else
atc_send("D5OCD1RSM")
end
end
if event.train then
F.send_station("Edenwood")
S.avail = true
atc_send("B0WOL")
end
|