Hey. I tried google but wasn't able to find what I'm looking for.
I'm trying to find a way in renpy for text to auto advance without the player clicking.
Something like.
MT "{i}So warm.{/i}"
$ renpy.pause ()
MT "{i}So warm. So hard.{/i}"
$ renpy.pause ()
MT "{i}So warm. So hard. So big!{/i}"
The effect I'm going for is for the player to get to this section of the script and have the displayed dialog expand out into the full text without the player having to click each time.
Anyone know if this is possible and how to achieve it?
I'm trying to find a way in renpy for text to auto advance without the player clicking.
Something like.
MT "{i}So warm.{/i}"
$ renpy.pause ()
MT "{i}So warm. So hard.{/i}"
$ renpy.pause ()
MT "{i}So warm. So hard. So big!{/i}"
The effect I'm going for is for the player to get to this section of the script and have the displayed dialog expand out into the full text without the player having to click each time.
Anyone know if this is possible and how to achieve it?