ah_sce_unpacked/unpacked/Custom_Model_Bag The Colour Out of Oz be7d21/Custom_Model_Bag Standard 3f12e3.ttslua

13 lines
321 B
Plaintext
Raw Normal View History

2023-04-22 16:56:01 -04: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