From 5c7f77725394d47ce0b907aabf885ea207a507bd Mon Sep 17 00:00:00 2001 From: autocommitter Date: Tue, 15 Oct 2024 22:37:32 +0200 Subject: State at 2024-10-15 --- durt/nodes/(1886,23,4547).lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 durt/nodes/(1886,23,4547).lua (limited to 'durt/nodes/(1886,23,4547).lua') 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 -- cgit v1.2.3