Hello,
I've got a conversation going and when it gets to the point of describing the quest, I grab information from the campaign db. I save it all in a string and then use a custom token to have it show in the conversation window.
When it does, it has a ; at the end of it. I don't know how it got there.
string sQuest = "Then would you mind taking this Parcel to "+sQtxt+" Come back to me when you are finished and I will pay you for your time.";
SetCustomToken(60,sQuest);
The text all shows correctly, but it looks like...
Then would you mind taking this Parcel to Aman Loser's house downtown? Come back to me when you are finished and I will pay you for your time.;
Thanks for your help!
Modifié par AmbrosiaPW, 26 avril 2011 - 02:14 .