Hi,
sum up: I want to clone a player (but it's a little more complex than super hero clone, npc or sequence recorder)
But I've a problem with the animation.
In my plugin I copy thoses params:
PHP Code:
FrameRate=entity_get_float(j,EV_FL_framerate)
Sequence=entity_get_int(j,EV_INT_sequence)
GaitSequence=entity_get_int(j,EV_INT_gaitsequence)
But if the player doesn't nothing the clone get no animation and doesn't look in the right direction ( I copy all other parameter, if i set the animation on the clone to 2 for example, he looks in the good direction ).
I saw that the Super Hero clone don't copy animation but set by testing if the player walk/crouch/...
Is there a way to copy properly a player animation ?
__________________