AddConversationOption(conversation,"[Keep the musicbox]")
AddConversationOption(conversation,"[Destroy the musicbox]","QuestFinish")
StartDialogConversation(conversation,2,Item,Player,"This floral designed music box is broken like one you found before. Perhaps it is the same one? Oh well.")
AddConversationOption(conversation,"[Open the musicbox]","Dialog2")
end
AddConversationOption(conversation,"[Put the box away]","CloseItemConversation")
StartDialogConversation(conversation,2,Item,Player,"The music box is decorated with gold trim and a floral design is carved into the lid. The lid is unlocked.")
AddConversationOption(conversation,"[Write the name in your journal]","Offer")
end
AddConversationOption(conversation,"[Put the music box away.]","CloseItemConversation")
StartDialogConversation(conversation,2,Item,Player,"Inside the music box is a small engraving of the name \"Lucilla Quietus\" on a little gold plate. You also discover that the music box no longer plays music.")