I know there is a hook function for placing automatically e.g. character text fixed on a specific position.
But is there a possibility to just manually change an active text position from an object or button?
I tried something like
local text = getObject("ActiveTexts[button_name]")
with the idea to get the textobject for this button as an owner...With no success.
Is there an easy solution to this or do i have to loop though all active texts and find the right one with the correct owener to solve this?
kind regards