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

if event.int and atc_id then
  atc_set_text_inside("")
end