Hi guys,
I think I’m on the verge of pulling my hair out 
Can anyone please tell me why this won’t work?
[code]
local function onLocalCollision( self, event )
if ( event.phase == “began”) then
if ( event.other.name ~= “item 1” or event.other.name ~= “item 2” ) then
– do stuff
end
end
end
[/code] [import]uid: 40538 topic_id: 13803 reply_id: 313803[/import]