blob: d8bef790ff1748438ec529f04d9dcd18929d3866 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
if event.ext_int then
if not atc_id then
print("No Train to send")
return
end
F.add_rc({"Treefarm_headshunt_east","Treefarm_loading"})
split_off_locomotive("A0B0")
atc_send("A1S4")
set_autocouple()
return
end
|