blob: 600d6d5884b9ffff62df6e054040f7fd76199235 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
-- luaatctrack_spot_check_01.lua
-- POS(1670,2,1250)
local show_print = false
if event.train then
F.save_train()
if atc_arrow then
atc_send("B0 W R")
-- atc_send("S5")
-- else
-- atc_send("B3 S3")
end
return
end
|