blob: cb7688f4319691dd5828ead2917903f7a5cff1c9 (
plain)
1
2
3
4
5
6
7
8
9
|
__approach_callback_mode = 1
if event.approach and not event.has_entered then
atc_set_lzb_tsr(1)
end
if event.train and atc_arrow then
atc_send("S1")
end
if event.digiline and event.channel=="trainctl" then atc_send("I+S0WR;D1S3") end
|