ah_sce_unpacked/unpacked/Custom_Model_Bag Community-Created Player CardsInvestigators ed4ca7/Custom_Model_Bag Fortune or Folly - Parallel Rex Murphy Set 7fa06f/Custom_Model_Bag Standard Chaos Bag 551d28.ttslua

14 lines
322 B
Plaintext
Raw Normal View History

2021-02-13 12:12:29 -05:00
function filterObjectEnter(obj)
local props = obj.getCustomObject()
if props ~= nil and props.image ~= nil then
obj.setName(Global.call("getTokenName", { url=props.image }))
end
return true
end
function onCollisionEnter(collision_info)
self.shuffle()
self.shuffle()
self.shuffle()
end