summaryrefslogtreecommitdiff
path: root/Crossroads/nodes/(2013,3,5931).lua
diff options
context:
space:
mode:
Diffstat (limited to 'Crossroads/nodes/(2013,3,5931).lua')
-rw-r--r--Crossroads/nodes/(2013,3,5931).lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/Crossroads/nodes/(2013,3,5931).lua b/Crossroads/nodes/(2013,3,5931).lua
new file mode 100644
index 0000000..9674660
--- /dev/null
+++ b/Crossroads/nodes/(2013,3,5931).lua
@@ -0,0 +1,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 \ No newline at end of file