Hello! Thanks so much for this tool! ;A; <3 I can't express how grateful I am to have come across this.
I seem to have encountered an issue where the tooltip doesn't display at all! ;-;
Viewing post in Ren'Py Inline Tooltips comments
Hiya, some questions:
- Have you edited the data array at line 4 in the file to include the words you want to have a tooltip? The text that is compared against is the array in element 2, they are case sensitive
- Are you using a custom ui? if your dialogue screen does not use the default renpy style 'say_dialogue' you will need to add the line `hyperlink_functions (inline_tooltip_styler, inline_tooltip_clicked, inline_tooltip_hovered)` to whatever style your dialogue screen text does use.
If this doesn't help I'd need some more details/to look at your code! (If you need further help, I'll be online later this weekend to take a look)
Hallo Naoimh! Thanks a ton for getting back to me! ;v;
I have edited line 4 and I think I have the four arguments (key, compare words, title, and description) filled out .
I am kind of using a custom UI as well, but I'm still using the built-in tags just styled differently--I have no idea if that affects anything! ;v;