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