Hello,
I'm fairly new to C# however, I do consider myself fairly competent with the basic C#, RAGE and the LSPDFR API. I have run into a problem with trying to figure out how to code conversations in game. (By this I mean the ones that show up as subtitles and you click 'y' to cycle through them.) In the past I have just let them cycle through with out the user clicking 'y' to advance in the conversation.
Like this...
However, I want to give the user more control by only advancing to the next part of the conversation when they press a certain key.
I have browsed through this forum and came across an old thread called "Getting key press multiple times" by @tanu1215. I didn't understand the way @Stealth22 said he did it in that thread. This is because I am not too knowledgeable with lists.
So my question is how do you code conversations? Also, if you feel like it, I would really appreciate it if you could provide some examples or pseudo code to help me understand. Also if you have any other advice I would greatly appreciate it.
Thank-you for your time.