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