Login / Registrieren
DE EN FR ES IT CZ
Zurück Nach oben

Smartphone-like dialogue

  • #1, by waliser 8 years ago Zitieren
    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 sebastian 8 years ago Zitieren
    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...