__approach_callback_mode = 1
if not atc_id or not atc_arrow then return end

if event.approach and not event.has_entered then
    atc_set_lzb_tsr(2)
end

if event.train and atc_arrow then
	atc_send("S1")
end