blob: 22eea60d11914338abd3dcbcd3e159c5e2f0e145 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|