blob: 4aefac37543b55e8d1de63aba9a3eca0647131ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
-- luaatctrack_spot_check_01.lua
-- POS(-3693,11,-3604)
local show_print = false
if event.train then
F.save_train()
if atc_arrow then
atc_send("B0 W S1")
else
step_fc()
atc_send("SM")
end
return
end
|