blob: 8f05fc45371c22c9dd8f80526eb9dd5cc8aac03e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
-- luaatctrack_spot_check_01.lua
-- POS(-3693,11,-3608)
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
|