i tried using default scripting in a thing called
"-BattleSystem" and its not working, this si wat i use on my weapons.
PHP Code:
//#CLIENTSIDE
function onCreated() {
replaceani ("sword", "punch_attack");
replaceani ("idle", "punch_idle");
replaceani ("walk", "punch_walk");
}