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