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