So I say...
PHP Code:
function onWeaponfired() {
replaceani("idle","newidle");
onPlayerenters("newidleparam1","newidleparam2");
}
function onPlayerenters(param1,param2) {
//... ummm... wait a second...
}
Do I not need to specify the actual action of replacing gani params and just say "onPlayerenters(param1,param2);" or what?