Ok thanks. So it should look like this:
PHP Code:
setani("ganiname_"@player.dir, NULL)
(thought because it would save space unlike using
PHP Code:
if (player.dir = 0) {
if (player.dir = 1) {
//...
Or what about using showimg() for each direction? What would be best?