Quote:
Originally Posted by Stefan
What exactly was not working / should work with those?
|
I.e: Splitting a character in half
PHP Code:
//#CLIENTSIDE
function onCreated() {
with (findimg(200)) {
x = player.x + 3;
y = player.y;
ani = "idle";
partx = 24;
party = 0;
partw = 24;
parth = 48;
}
}