summaryrefslogtreecommitdiff
path: root/Crossroads/nodes/(867,14,776).lua
blob: 08ccb2c49d349412a44bf0aa18c20de505841b74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if event.train then
  if atc_arrow then
    atc_send("B0WOL")
    atc_set_text_inside("EVO")
    interrupt(15)
  end
end

if event.int then
  atc_set_text_inside("")
  atc_send("OCD2SM")
end