Help with change animation

Hi all…
I have this situazion…
When i pres a button mu character should change blender1d mode… so i ve created this
http://s15.postimg.org/im6bqvsyf/Immagine.jpg
Of course i ve created that variable in the third person too…
So why i got that error?

You need to get the pawn owner and cast to your character in the event graph. Set the “Mira” variable there and then Get that variable inside the state machine rule. You can’t just hook up the cast inside the state machine rule, you just use the variable there.

If you looked at the tutorial videos done by Zack Parrish about the third person character setup, in there he shows the whole state machine setup and everything, so you get an idea of how things work in there.

thanks for the help :smiley: