Listen,
i have a problem. When my char performs an action its direction change in DOWN... why?
This is my simple code:
SetCharacterView(EGO,2);
AnimateCharacter (EGO,0,0,0);
while(character[EGO].animating) Wait(1);
ObjectOff(0);
ReleaseCharacterView(EGO);
AnimateCharacter (CHARID, int loop, int speed, int repeat)
You've set loop to 0 which is down.
Thanks for the help... i couldn't use that command very well... ^^