ah_sce_unpacked/unpacked/Custom_Model_Bag The Side Missions 2d16e1/Custom_Model_Bag Carnevale of Spiders e57017/Custom_Tile Carnevale of Spiders a5891b.ttslua

14 lines
314 B
Plaintext
Raw Normal View History

2020-11-28 13:23:58 -05:00
name = 'Carnevale of Horrors'
function onLoad()
Global.call('createSetupButtons', {object=self, key=name})
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