Hello.
So, as you probably know, you can enable Bbcode on a RichTextLabel.
Some examples of that are [b] [i] etc.
The thing is, I want to make a custom one, to be a preset of some of there, and maybe some changes. [b] + [i] + a custom effect.
I dont want to have to add all the tags each time that I want to use that, but a custom one that applies all those effects. For example
[customone] The text [/customone]
being the same as
[b][i][another] The text [/b][/i][/another]
I find it even more important when you are passing parameters.
Is that possible?