5 lines
151 B
Lua
Raw Normal View History

2023-02-28 19:07:57 +01:00
LUI.onmenuopen("main_campaign", function(menu)
local headertext = menu:getFirstDescendentById("header_text")
headertext:setText("H2-MOD")
end)