invite2.setInfoString("honeymoon," + husband.getTitle());
if (wife.equipToInventoryOnly(invite1) && husband.equipToInventoryOnly(invite2)) {
npc.say("Great choice! I will arrange that now.");
husband.setQuest(marriage.getQuestSlot(), "done");
wife.setQuest(marriage.getQuestSlot(), "done");
wife.teleport(zone, 5, 5, Direction.DOWN, player);
husband.teleport(zone, 6, 5, Direction.DOWN, player);
final String scrollmessage = "Linda tells you: Use the scroll in your bag to return to the hotel, our special honeymoon suites are so private that they don't use normal entrances and exits!";
wife.sendPrivateText(scrollmessage);
husband.sendPrivateText(scrollmessage);
wife.notifyWorldAboutChanges();