II have a RichTextLabel with the text "Hi. I´m a text and you must click [url]here[/url] but you may not." and I want to change this text in GDScript. So, if the player clicks in the url tag content, I catch it with meta_clicked signal and do stuff, all rigth.
But, if the player click in every other place inside de richtexlabel but outside the url tag, I need to catch that and do other stuff. If I use _input, it catches the clicks always, be in the url tag or not. Any way I can catch a "inverse meta_clicked" so to speak, a way to detect a click only if is not clicked in the url tag? I´m pretty new at "signal technology" and can´t figure it out.
Thx!