Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

There is a good Brackeys tutorial on a similar system to mine!

(+1)

I'm asking because I had the finishing thing in the dialogue system in my game and I could maybe help you if you wanted. If not nbd.

Yeah, I just checked it out! I would definitely be interested to see how you did it!

How did you implement your scrolling?  I did it so if it was in a state of scrolling and the button was pressed it would auto complete. Otherwise it would move to next.

(2 edits)

Scrolling was done using a foreach statement. A letter would be added every frame until the sentence was complete. If the button was clicked it would just move on to the next piece of text.

Yeah so just add an if statement. Only move to next if complete. Otherwise make complete.

(+1)

Thanks!