0 votes

every push_x method of RichTextLabel can be undone by another method. But once You push_meta, all the following text becomes hyperlink. How do I turn it off ?
I would like to do something as simple as combatlog :

Level 10Warrior attacks Rogue for 15 damage

instead I get

Level 10 Warrior attacks Rogue for 15 damage

Godot version 3.5
in Engine by (8,101 points)

Not very familiar with this area, but is pop() not what you're after here?

I have spent my last few days trying to work this pop(), but there is no combination, no order of calls, that will ever make it work. Pop() doesn't work with append_bbcode, it does work with manual bbcode, but it can't close push meta of all things. It can close meta opened by bbcode itself, like [meta] [/meta], but this doesn't work with pushing metadata other than String type. So there is no way of closing a tag of Node reference meta...

Please log in or register to answer this question.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.