blob: 3cd8b5befa314f4e4c259df24849b66c28978b0b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
-- far_luaatctrack_spot_check_01.lua
--[[
F.save_train(POS(23199,15,1512), "east")
]]
F.ttp_stop({
stn = "Savicott",
doorside = "R",
only_lines = {['FAR'] = true},
pos = POS(23199,15,1512),
direction = "east",
})
|