Developer Store
Support
Member Forums

Screenshots
FAQ
Documentation
License
Known Issues
Downloads

MMOWorkshop.com Store Opened!
Torque MMO Kit - Open Sourced!
Torque MMO Kit - 1.5.2 Port Alpha Test
Torque MMO Kit - OSX Status

GarageGames.com irc.prairiegames.com
#mmoworkshop

PyTorque
TGB Web Browser


jburch

mpratt - MMO Game
xapken - nice
foodstamp - Another Day Another Step Accomplished
hallsofvalhalla - After a long epiphany
Leathel - FoHO pre-Alpha 2.42
OldRod - More Musings on the MMO Industry
J.C. Smith - 0.0.4.1 Build Notes
Wolf Dreamer - Pointless blog of pointless things
... MORE BLOGS!

No worlds showing up
Problem with reactor.connectTCP(...
Quest Remnants of Chaos
Foundations of Hope Online
need help with creating spells
avatar
ITEM VARIANTS ERADICATED... (for...
Recruiting a artist and 3D artis...
Looking for support and 3D model...
Trouble

Changeset 1568

Show
Ignore:
Timestamp:
06/01/08 12:36:05 (6 months ago)
Author:
Citrine
Message:

-fixed typo in Sord Asal

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/games/minionsofmirth/v1/testing/genesis/zone/trinst/quests.py

    r1000 r1568  
    203203 
    204204choice3 = DBDialogChoice(text = "Hand over the components.") 
    205 choice3.successLine = DBDialogLine(text = "\\Enjoy traveling to new lands!") 
     205choice3.successLine = DBDialogLine(text = "\\nEnjoy traveling to new lands!") 
    206206choice3.successLine.addAction(action) 
    207207choice3.failLine = DBDialogLine(text = "You do not have all you need.") 
     
    212212 
    213213choice4 = DBDialogChoice(text = "I'll return when I have the components.") 
    214 choice4.successLine = DBDialogLine(text = "\\See you soon!") 
     214choice4.successLine = DBDialogLine(text = "\\nSee you soon!") 
    215215choice4.successLine.addAction(action2) 
    216216