Thread: How2Gani
View Single Post
  #2  
Old 10-24-2007, 03:33 AM
Switch Switch is offline
o.o
Switch's Avatar
Join Date: Jan 2007
Location: Philadelphia
Posts: 3,038
Switch has a spectacular aura about
Send a message via MSN to Switch
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
__________________
Oh squiggly line in my eye fluid. I see you lurking there on the peripheral of my vision.
But when I try to look at you, you scurry away.
Are you shy, squiggly line?
Why only when I ignore you, do you return to the center of my eye?
Oh, squiggly line, it's alright, you are forgiven.

Last edited by Switch; 10-24-2007 at 09:32 PM..
Reply With Quote