ah_sce_unpacked/unpacked/Custom_Model_Bag Betrayal at the Mountains of Madness 0.8.4 ef939a/Custom_Model_Bag 1 Boston Red Line eda931/Custom_Model_Bag Chaos Bag - Normal c542e5.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