summaryrefslogtreecommitdiff
path: root/Crossroads/nodes/(2013,3,5961).lua
blob: 45e3f0a02a504bcd025bde82d97cb397787f9e9f (plain)
1
2
3
4
5
6
if event.type == "train" and atc_arrow then
  if getstate("mary4-testturnout-2") ~= "st" then
    atc_send("BB")
    error("Incorrect turnout position - correct route and test again")
  end
end