Hi everyone,
I'm making a game with some "anime" style characters with a text table showing the dialogues.
Every time I create a character I have this problem and I have to do as in the image below.
I create the character with the function through a string but since it was created like this I can't locate it to assign the animation I want. So I have to create another function and I have come up with this method.
I'm wondering if there's an easier and more efficient way to do this. For example using a script, but I've done only a few and haven't learned enough in javascript yet.
How to do this?
How would you do? Do you have a better idea?