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