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