{
activeChar.sendPacket(Msg.ONLY_THE_LEADER_CAN_GIVE_OUT_INVITATIONS);
return;
}
new Transaction(TransactionType.PARTY_ROOM, activeChar, targetChar, 10000);
targetChar.sendPacket(new ExAskJoinPartyRoom(activeChar.getName()));
activeChar.sendPacket(new SystemMessage(SystemMessage.S1_HAS_INVITED_YOU_TO_ENTER_THE_PARTY_ROOM).addString(targetChar.getName()));
}