Well Ganis make the images move if you know how to make them (use of GraalShop).
To script them in:
PHP Code:
setani("aniname",param1); //Set's a PLAYER'S ani/gani (NULL is used if there's no param1 (I think :P I'm not an expert at this) but I'm still not sure if that's correct :frown:)
setcharani("aniname",param1); //Same as above except it's for an NPC Character ani/gani
replaceani("originalaniname","replacinganiname"); //Replaces a player's ani/gani ("originalaniname") with a new one ("replacinganiname") ONLY used for players. Also, to re-set it, use 'replaceani("originalaniname","originalaniname");'
Not all of this is clientside. I've never tried it serverside
