blob: 185f4abc321f4aaa5bf12206870d6ed60d3b9393 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
-- luaatctrack_spot_check_01.lua
-- POS(1595,-14,1496)
local show_print = false
if event.train then
F.save_train()
if atc_arrow then
atc_send("S5")
else
atc_send("B5")
end
return
end
|