DialogueLabel with history #481
-
My plan is to have a dedicated dialog section, but I would like it to show the history of what has been recently said. Is this already a feature I'm missing, or is there anything thoughts on how this could be implemented? |
Beta Was this translation helpful? Give feedback.
Answered by
oninoshiko
Feb 17, 2024
Replies: 1 comment 1 reply
-
Nevermind. I was able to transfer the text into a RichTextLabel using append text to get what I needed. If anyone else is looking to do this, here's what I did:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
oninoshiko
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nevermind. I was able to transfer the text into a RichTextLabel using append text to get what I needed. If anyone else is looking to do this, here's what I did: