}
activeChar.reduceAdena(Config.WEDDING_TELEPORT_PRICE, true);
activeChar.sendMessage(new CustomMessage("scripts.commands.voiced.Wedding.Teleport", activeChar).addNumber(teleportTimer / 60000));
// SoE Animation section
activeChar.broadcastPacket(new MagicSkillUse(activeChar, activeChar, 1050, 1, teleportTimer, 0));
activeChar.sendPacket(new SetupGauge(0, teleportTimer));
// End SoE Animation section
// continue execution later
activeChar._skillTask = ThreadPoolManager.getInstance().scheduleAi(new EscapeFinalizer(activeChar, partner.getLoc()), teleportTimer, true);
return true;
}