#1, by waliserSaturday, 02. December 2017, 07:59 7 years ago
Hey,
is there any possibility to prepare the dialogue-system to work like a chat-conversation? So that each text is displayed underneath the previous one? Ideally with a scrollbar...
#2, by sebastianSaturday, 02. December 2017, 17:31 7 years ago
not to my knowledge. You may could replicate such effects with lua and adding the last spoken words by characters to a (growing) array/table. Then displaying it via a draw function...