blob: 74a7f4ba048d94b55baf0c9d47320e1e58670a83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
-- luaatctrack_spot_check_01.lua
-- POS(1605,14,1414)
local show_print = false
if event.train then
if atc_arrow then
F.save_train()
else
F.save_train()
end
return
end
|