ah_sce_unpacked/unpacked/Custom_Model_Bag Ages Unwound f7e5eb/Custom_Model_Bag Chaos Bag (Easy) fa1884.ttslua
2022-03-27 10:12:31 -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