hey i am currently trying to make a short point and click adventure game and am having trouble setting up a working dialogue box system and require some help. (those who find a solution will be added to the games credits under special thanks ) i have watched these two videos Please login to see this link. and Please login to see this link. but they are both very simplistic and don't show you how to make a continues dialogue system that can function for more than two paragraphs.
Please login to see this attachment.
i have set up a basic dialogue system as shown:
Please login to see this attachment.
at start of frame: set counter to 0
and then
Please login to see this attachment.
but i feel i am doing something wrong as when i try to
counter=1 and user clicks with left button: display paragraph 3 , add 1 to counter
then when i try to test it out it just adds 2 to the counter and jumps to paragraph 3 and dodges paragraph 2
if you could help me figure this out i will be thankful and also how to change the animation back to non talking when the text is done displaying like a typewriter as i could not figure it out so the character active object continues to play the talking animation even if the typewriter text has fully loaded
here is a gif that shows what i have done so far: Please login to see this link.
thank you