blob: 06bcac2a58a6fc570dccec35613250995f0ee06d (
plain)
1
2
3
4
5
6
7
8
|
-- lluaoperatingpanel_depot_03.lua
local show_print = false
if event.type == "punch" then
-- trainID = 999999999
-- F.slow_train_down(trainID)
F.clear_main_depot_displays()
return
end
|