View Single Post
  #5  
Old 11-05-2009, 03:27 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
PHP Code:
client.replaceani =  {"walk""era_deagle-walk"}; 
... is most likely a string that a system in Era reads to determine what ganis to replace.

The "proper" way of doing it would be like this:

PHP Code:
replaceAni("walk""era_deagle-walk"); 
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote