blob: 5624662b2f1a0fd55fb421883b1d5322af68d10a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
local show_print = false
if event.type == "punch" then
F.slow_train_down("010765")
-- F.slow_train_down("403053")
-- F.slow_train_down("428934")
F.clear_main_depot_displays()
F.print("Cleared displays at FARCOM")
return
end
|