View Single Post
  #5  
Old 06-09-2013, 07:27 PM
scriptless scriptless is offline
Banned
Join Date: Dec 2008
Location: N-Pulse
Posts: 1,412
scriptless is a splendid one to beholdscriptless is a splendid one to beholdscriptless is a splendid one to beholdscriptless is a splendid one to behold
Quote:
Originally Posted by fowlplay4 View Post
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..
  
}

Thanks, but whats "playerlook" variable exactly for anyways?
Reply With Quote