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