Make sure you have the following the folder config.
PHP Code:
file ganis/*.gani
So people can download the ganis from the the levels/ganis folder.
Then in a clientside script you can just use
PHP Code:
//#CLIENTSIDE
function onCreated() {
replaceani("idle", "someotheridleani");
replaceani("walk", "someotherwalkani");
}