View Single Post
  #3  
Old 06-09-2013, 05:12 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
You have to use the actor variables:

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
with (findimg(200)) {
    
ani "idle";
    
playerlook false;
    
actor.head "head25.png";
    
// and so on..
  
}

__________________
Quote:
Reply With Quote