{
if (openChance > 0 && Rnd.get(100) < openChance)
{
activeChar.sendMessage("You opened Anterooms Door.");
door.openMe();
door.onOpen(); // Closes the door after 60sec
activeChar.broadcastPacket(new SocialAction(activeChar.getObjectId(), 3));
}
else
{
// test with: activeChar.sendPacket(new SystemMessage(SystemMessage.FAILED_TO_UNLOCK_DOOR));