Thread: setani problems
View Single Post
  #7  
Old 06-04-2013, 09:26 PM
dylan dylan is offline
AGT
Join Date: Jul 2012
Location: United States
Posts: 60
dylan has a spectacular aura about
Quote:
Originally Posted by defaultaccount View Post
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?
__________________

<@Logan> I spent a minute looking at my own code by accident.
<@Logan> I was thinking "What the hell is this guy doing?"
Reply With Quote