Changeset 1568
- Timestamp:
- 06/01/08 12:36:05 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/games/minionsofmirth/v1/testing/genesis/zone/trinst/quests.py
r1000 r1568 203 203 204 204 choice3 = DBDialogChoice(text = "Hand over the components.") 205 choice3.successLine = DBDialogLine(text = "\\ Enjoy traveling to new lands!")205 choice3.successLine = DBDialogLine(text = "\\nEnjoy traveling to new lands!") 206 206 choice3.successLine.addAction(action) 207 207 choice3.failLine = DBDialogLine(text = "You do not have all you need.") … … 212 212 213 213 choice4 = DBDialogChoice(text = "I'll return when I have the components.") 214 choice4.successLine = DBDialogLine(text = "\\ See you soon!")214 choice4.successLine = DBDialogLine(text = "\\nSee you soon!") 215 215 choice4.successLine.addAction(action2) 216 216

