- Timestamp:
- 07/26/07 12:27:40 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/games/minionsofmirth/v1/genesis/zone/trinst/dialog.py
r6 r196 138 138 dialog.name = "Guard Clesk Greeting" 139 139 dialog.greeting = DBDialogLine() 140 dialog.greeting.text = "Go away! You aren't supposed to be up here!"140 dialog.greeting.text = "Go away! I am terribly busy!" 141 141 142 142 #--- Guard Charvor Greeting … … 272 272 action2.journalTopic = "Trinst" 273 273 action2.journalEntry = "The Key to Freedom" 274 action2.journalText = "Locate the wardenin the Trinst Sewer System, get the key he carries, bring it back here."274 action2.journalText = "Locate the Lizan Keykeeper in the Trinst Sewer System, get the key he carries, bring it back here." 275 275 276 276 action3 = DBDialogAction() … … 294 294 choice3.successLine = DBDialogLine(text = """\\nI like you already. You're a bit cautious. This will suit me 295 295 perfectly. There is a key to this 'cage' I'm in. I can no longer wait to be let out by the Governer, he's an 296 upperclass twit. Here's what you need to do. Enter the sewers. There is a wardenwho bears the key, find him,296 upperclass twit. Here's what you need to do. Enter the sewers. There is a Lizan Keykeeper who bears the key, find him, 297 297 get the key, and get me the heck out of here!\\n""") 298 298 choice3.successLine.addChoice(choice4)

