#
# Collision event handler for "room's nikwi" 
#

Object	obj = getThisObject();
Object	other = getOtherObject();

if (other == getHero())
{
	nextLevel();
}

