View Single Post
  #2  
Old 01-08-2007, 07:47 PM
MegaMasterX90875 MegaMasterX90875 is offline
Retired Graalian (2009)
MegaMasterX90875's Avatar
Join Date: Feb 2006
Location: North Carolina
Posts: 132
MegaMasterX90875 is on a distinguished road
Send a message via AIM to MegaMasterX90875
You can do that by editing the GANIs with the Sprite sheet, but rename them something besides Walk.gani (for example), name them like Serv-walk.gani and upload them.

Then you can do a script in your system NPC like:

PHP Code:
function onCreated()
{
   
replaceani(walk,"Serv-Walk");

I can't recall wether to put .gani in that second parameter or not
__________________
Mess with the best, Die like the rest.



Reply With Quote