- Timestamp:
- 07/26/07 12:27:40 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/games/minionsofmirth/v1/genesis/crafting/vendorspawn.py
r6 r196 459 459 action2.playSound = "character/FatMonster_Laugh1.ogg" 460 460 461 action3 = DBDialogAction() 461 462 action3.addGiveItem("Blacksmithing Instructions, Part I") 462 463 action3.journalTopic = "Blacksmithing, Part I" … … 563 564 action3.journalTopic = "Blacksmithing, Part I" 564 565 action3.journalEntry = "Part C: Keepsake" 565 action3.journalText = "It's really quite simple, what I want you to make. Open the encyclopedia and look up Keepsake. Once you've finished, once you're done, Bring it back to me, then we can have some fun."566 action3.journalText = "It's really quite simple, what I want you to make. I'll tell you what you need, the ingredients for a Keepsake. Once you've finished, once you're done, Bring it back to me, then we can have some fun.\\n\\nIron Rods you'll need, five of them should do. Sheets of iron as well, count to three not two. Tongs to hold hot metal, Master Hammer to pound. The result is a Keepsake, crafted not found." 566 567 567 568 action4 = DBDialogAction() … … 611 612 choice10 = DBDialogChoice(text = "Anything or did you have something in mind?") 612 613 choice10.successLine = DBDialogLine(text = """\\nIt's really quite simple, what I want you to make.\\n 613 Open the encyclopedia and look upKeepsake.\\nOnce you've finished, once you're done,\\nBring it back to me,614 then we can have some fun.\\n """)614 I'll tell you what you need, the ingredients for a Keepsake.\\nOnce you've finished, once you're done,\\nBring it back to me, 615 then we can have some fun.\\n\\nIron Rods you'll need, five of them should do.\\nSheets of iron as well, count to three not two.\\nTongs to hold hot metal, Master Hammer to pound.\\nThe result is a Keepsake, crafted not found.\\n""") 615 616 choice10.successLine.addAction(action3) 616 617 choice10.successLine.addChoice(choice11) … … 636 637 choice7.successLine.addChoice(choice9) 637 638 638 choice6 = DBDialogChoice(text = " Right here, with the rest of my gear. I'm rhyming.")639 choice6 = DBDialogChoice(text = "I have the money here, with the rest of my gear ... Now I'm rhyming!") 639 640 choice6.successLine = DBDialogLine(text = """\\nRhyming is neat; Rhyming is dandy.\\n 640 641 Do it some more, and I'll give you candy!\\n""") … … 708 709 choice12.maxTimes = 1 709 710 710 choice22 = DBDialogChoice(text = " A harp in my pack, but I'll be back.")711 choice22 = DBDialogChoice(text = "Off I go. A harp in my pack. I'm on my way. But I'll be back.") 711 712 choice22.successLine = DBDialogLine(text = """\\nIt's nice when you rhyme. No need to get mad.\\n 712 713 It makes others smile. It makes them glad.\\n

