getclone2 issue

I am trying to use getclone2 to get a specific clone and use that clone in a changeAnimation() function. The problem is that it doesn't work. For some reason it's not reading the clone.
This is an example of my code:
This is an example of my code:
- Code: Select all
Actor *star0 = getclone2("starTally", 0);
ChangeAnimation("star0", "showCase", NO_CHANGE);