ah_sce_unpacked/unpacked/Custom_Model_Bag Fortune or Folly - Parallel Rex Murphy Set 3ad7d7/Custom_Model_Bag Standard Chaos Bag 551d28.ttslua
2021-02-13 14:46:01 -05: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