Sorry, i cant edit the last post, but i get what you mean by gani script, so how would i make it so the gani can turn in the script?
would i use
PHP Code:
GANI0001
SPRITE 20 utopia_car5.gif 0 0 60 100 sprite
SINGLEDIRECTION
DEFAULTHEAD head19.png
DEFAULTBODY body.png
ANI
20 -3 -26
ANIEND
SCRIPT
function onCreated()
{
showimg( 1, "utopia_car5.gif", player.x, player.y );
findimg( 1 ).rotation = player.attr[5];
}