Your demo mod uses this to choose champs:
Code: Select all
-- Call this function to show the gui
function enable()
champions.script.setStore(self.go.id)
if champions.script.hasChampions() then
champions.script.showGui(true)
end
end
Thxs for help on this man