Quote:
Originally Posted by defaultaccount
I'm trying to get this to work I'm not setting the variable right can someone help please
NPC Code:
function OnCreated () {
this.idle = "pb_mp5navy-idle";
setani(this.idle, null);
}
|
The function is
onCreated() not
OnCreated().
Edit: Hmm seems it wasn't that, but setani is a clientside function so you're sure that you're calling it there?