Quote:
Originally Posted by fowlplay4
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?