blob: 0fbf73fc4b3ee5227369468c9ad881d7502ac581 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
-- far_luaatctrack_spot_check_01.lua
--[[
F.save_train(POS(21433,9,957), "west")
]]
F.ttp_stop({
stn = "Bayonne",
doorside = "R",
only_lines = {['FAR'] = true},
pos = POS(21433,9,957),
direction = "west",
})
|