Hi, I was looking for the solution to make a custom bbcode meta tag that would allow for the click and hover events to be working like with the URL tag, however i couldn't find any tutorial on that, and documentation didn't show anything about it as well. Is it possible to achieve it or do i have to make a workaround (for example usage of two meta tags). Honestly, i would like to avoid using multiple tags, and I would like to pack as much functionality as i need into one tag.
RichTextEffect custom meta tag working with click
It will be superuseful if you inted to use an url tag inside a fill tag because is very broken from a very long time. I tried myself several approaches to make a custom meta tag like your proposal in GDScript but everything failed. The "easy" way would be to get into C++ source code of godot and hack something there. Way out of my league.
Thanks for the response. I will probably look into the c++ code to see if there is an easy way (i have a basic understanding of what happens in c++ so maybe it will work) but i doubt i will be able to "hack" anything. I guess its time to use two tags...
2 years later
Megalomaniak added the Godot Help tag .