ah_sce_unpacked/unpacked/Custom_Model_Bag The Side Missions 2d16e1/Custom_Model_Bag Guardians of the Abyss ee987d/Custom_Tile Guardians of the Abyss 82e1ed.ttslua

22 lines
514 B
Plaintext

name = 'Guardians of the Abyss'
function onLoad()
Global.call('createSetupButtons', {object=self, key=name})
end
function easyClick()
Global.call('fillContainer', {object=self, key=name, mode='easy'})
end
function normalClick()
Global.call('fillContainer', {object=self, key=name, mode='normal'})
end
function hardClick()
Global.call('fillContainer', {object=self, key=name, mode='hard'})
end
function expertClick()
Global.call('fillContainer', {object=self, key=name, mode='expert'})
end