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 Easy Chaos Bag ec4a81.ttslua
2021-07-03 14:00:44 -04:00

14 lines
322 B
Plaintext

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