summaryrefslogtreecommitdiff
path: root/ondemand/nodes/(24,5,3).lua
blob: 584908650402d6c12c2831898a2d281f97962b5c (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("ori"..S.rc)
    if not event.message == "origin" then
          atc_send("OCD1RSM")
    else
          atc_send("D5OCD1RSM")
    end
end


if event.train then
S.avail = true
F.send_station("Origin")
atc_send("B0WOR")
end