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