summaryrefslogtreecommitdiff
path: root/durt/nodes/(1924,7,9147).lua
diff options
context:
space:
mode:
Diffstat (limited to 'durt/nodes/(1924,7,9147).lua')
-rw-r--r--durt/nodes/(1924,7,9147).lua15
1 files changed, 15 insertions, 0 deletions
diff --git a/durt/nodes/(1924,7,9147).lua b/durt/nodes/(1924,7,9147).lua
new file mode 100644
index 0000000..49a5e6b
--- /dev/null
+++ b/durt/nodes/(1924,7,9147).lua
@@ -0,0 +1,15 @@
+__approach_callback_mode = 1
+if event.approach and not event.has_entered then
+ atc_set_lzb_tsr(2)
+end
+
+if event.train and atc_arrow then
+ local rc = get_rc() or ""
+ if rc:match("M27FUEL") and not rc:match("WOA_EXITLOOP") then
+ set_rc(rc.." WOA_SHUNT WOA_FUEL")
+ atc_send("B0WRD2S3")
+ end
+ if rc:match("WOA_EXITLOOP") then
+ atc_Send("SM")
+ end
+end \ No newline at end of file