summaryrefslogtreecommitdiff
path: root/durt/nodes/(1886,23,4547).lua
diff options
context:
space:
mode:
Diffstat (limited to 'durt/nodes/(1886,23,4547).lua')
-rw-r--r--durt/nodes/(1886,23,4547).lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/durt/nodes/(1886,23,4547).lua b/durt/nodes/(1886,23,4547).lua
new file mode 100644
index 0000000..22eea60
--- /dev/null
+++ b/durt/nodes/(1886,23,4547).lua
@@ -0,0 +1,12 @@
+____approach_callback_mode = 1
+local newstate = "cr"
+if event.approach and not event.has_entered then
+ if not F.has_rc("OAF_BRANCH_REVERSE") then return end
+ atc_set_lzb_tsr(2)
+ return
+end
+if event.train and atc_arrow and F.has_rc("OAF_BRANCH_REVERSE") then
+ atc_send("B3S3")
+ setstate(POS(1892,23,4547), newstate)
+ return
+end \ No newline at end of file