Hello all,
I have the Extra edition and I'm making a project. I made a script with character movement, get an item, etc.
I made my percent animation for character a global variables. It is running good.
But today I changed the name of this vars. For some reason, if I not let the first vars name I created, the animation (with frames) from my model crashs.
Old names:
var anim_percent;
var attack_percent;
Changed to:
var vaAnimPercent;
var vaAttackPercent;
If I change this names to another, my animation crash, the guard model stay freezed during attack animation. I tested everything and this is really the cause.
Am I doing anything wrong?
EDIT: another thing: if I change only somevars, the animation works, but then when the animation finishs, my character moves like a rocket