Hi everyone,
I just completed Kyatric rpg-styled dialog system tutorial:
h*t*t*p*s://www.youtube.com/watch?v=ijBCGkJ4uMA&spfreload=10
First, thank you Kyatric for this tutorial. It really helped me to improve my portfolio/game. Everything is working fine and I'm happy with the results.
Now I'm thinking of improving this dialog system. I'm trying to do a cursor -system which is used to choose the right answer. Now picking is made by clicking the right answer with a mouse (I think everybody knows this after watching the tutorial ^^ ). By cursor -system, I mean a system like in every game, where player move the cursor on screen to choose something. For example, in inventory to choose the gear or to choose the answer for the question ;)
So my question is, how to implement a cursor based system for this rpg-styled dialog system? I have done some experiments but none of them worked. Any help is highly appreciated :)