blob: a3a343cb2d7a9d8071bfa85368907899c57d9d2e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
F.yard_road_count("WOA","hs","WOA_hs")
--[[1
if atc_arrow then
digiline_send("lcd",train_length())
if train_length() == 1 then
set_route("WOA_headshunt","Shunt 1")
else
set_route("WOA_headshunt","Shunt "..math.random(2,4))
end
end
]]--
|