activeChar.sendMessage(new CustomMessage("scripts.commands.voiced.Wedding.NotInFriendlist", activeChar));
return false;
}
ptarget.setEngageRequest(true, activeChar.getObjectId());
// ptarget.sendMessage("Player "+activeChar.getName()+" wants to engage with you.");
ptarget.sendPacket(new ConfirmDlg(SystemMessage.S1, 60000, 4).addString("Player " + activeChar.getName() + " asking you to engage. Do you want to start new relationship?"));
return true;
}
public boolean goToLove(L2Player activeChar)
{