is there any way to draw from clones?
i tried using Actor* with getclone2, but it draws nothing.
i tried using char[] with sprintf/strncat but it draws nothing.
I need to draw 10 clones with their current animpos, but i can't seem to use anything there but const*actorname which doesn't allow me to use anything but the original actor.