Hi ppl!
As the title suggests, I'm trying to add some converstations to my adventure game (which you might have seen in the screenshots-section).
How'd you do it?
The idea is, that when the main character is walked toward another character, a small mouth-icon appears which indicates a possible conversation when
pressed the action-key. I want a frame i which the text appears and the possibility to give an answer. To distinguish between the different
conversations I'd give them a number, like...
PROCESS text_frame(text_number)
And it should like this
Hello, bla bla...
[1] answer 1
[2] answer 2
So, how would you code it? I don't want super complicated conversations, more like yes-no answer, or "where can I find the shop"-questions, because an
adventure game is complicated enough. :D