Hey Marthgun ... good to see ya. I myself haven't done anything further than what I sent you of those 2 files. Tenpenny and Paradise .
Which I feel if I saw one of your missions fleshed out a bit towards completion and your method for setting things up , would give me a better Idea on how to proceed with them. Rather than me just coming up with something that would probably make them seem out of continuity with yours.
But feel free to just take what I did and run with it if you'd like.
As far as your dialogue set up with the way I saw you did it in the Agrid quest. I was a bit perplexed how you got it to work without placing topic-ID's in the choices field. But I guess that is by flagging those next responses as top level ? So that was something new to me.
But lets see trying to think this through at least for my benefit ....
1 - Each starting examine dialogue is stored within the Greeting Topic , just being controlled by the condition(s) upon it . And they link to nothing , but are not flagged as Goodbye.
2 - So after the greeting displays ... the talking activator lists any topic (by the short label you wrote in the topic text feild) flagged as top level and has the appropriate GetIsID for that Talk Act. Which is only limited by how many can fit vertically.
3 - So the player clicks on one of those which will display its response text , and if it is not flagged as goodbye , then we just go back to #2 ... which can be a dwindling list when a topic/response is labeled as "say once"
So at this point your having each top level topic/response branch into another choices? Are you doing that without putting topic-ID's in the choices field of each response? Which I would be totally flabbergasted how you accomplished that. But using the choices field ....
4 - After the response text displays from #3 , it displays all the choices of topic-ID's you placed in the choices field ( Labeled by what you wrote in the topic text)
5 - Player clicks one of the choices , and it displays a response text. So unless that response is flagged as goodbye it will revert back to #2 ... or it has topics placed in the choices field again.
Which you could just put the top level topic in the choices field from whence it started taking it back to #3. But your trying to skip its response text being displayed , and just have the choices listed I take it? Which I guess you could just make another topic with a blank response , that has the same choices listed from #4. And put its Topic-ID as a choice from the end of #5 .
I hope that makes sense ... if not I'll try and clarify.