Files
Questie-X/Modules
Xurkon bd16c59681 fix(tooltip): move _GetLearnerTooltipLines before GetTooltip to fix nil call
Lua requires local functions to be defined before they are called.
_GetLearnerTooltipLines was defined after GetTooltip, causing
'attempt to call global _GetLearnerTooltipLines (a nil value)'.
Moved the function definition above GetTooltip.
2026-06-09 06:30:14 -05:00
..
2026-06-04 21:58:54 -05:00