Quote:
|
Originally Posted by Stefan
"this.x" and "this.y" are redirecting to "x" and "y" and are special for weapons, so I wouldn't use them for storring temporary data. For the shoot command don't add the ".gani" to the ani parameter (the last 2 parameters are exactly like for the setani/setcharani commands).
The setshape should work though, its working on Zone, otherwise you couldn't use the teleporters. I can check it again if I have time though.
|
try it clientside, it should be creating a blockable region of the specified area but it does not for me
PHP Code:
function onCreated() {
setimg("block.png");
}
//#CLIENTSIDE
function onCreated() {
setshape(1,64,64);
}
the blockable region should extend past the block image by 2 tiles