Jumping to a Particular Line in Conversation through C#
Posted: Wed Oct 07, 2015 3:59 pm
Hi,
Is there an easy way to jump to a particular line in the current conversation? My explorations show ways to dig a DialogueEntry out of a database, provided you know the conversation ID and line ID, and then I guess you can feed that through to get a DialogueState, and then use GotoState(), but it's a very very convoluted path and I don't have access to all the information to get there. It seems like there should be an easy way to just trigger a particular line.
Thank you!
Johnnemann
Is there an easy way to jump to a particular line in the current conversation? My explorations show ways to dig a DialogueEntry out of a database, provided you know the conversation ID and line ID, and then I guess you can feed that through to get a DialogueState, and then use GotoState(), but it's a very very convoluted path and I don't have access to all the information to get there. It seems like there should be an easy way to just trigger a particular line.
Thank you!
Johnnemann