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