I have remade our main sys that give out our tileset, but when i try to move, i cant, becouse i get blocked!
Have checked the tileset and it is as it should be, the script im using is the following:
PHP Code:
//#CLIENTSIDE
function onCreated()
{
player.ap = 100;
player.shieldpower = 3;
removetiledefs(NULL);
addtiledef("mercia_newtileset.png", "", 1);
client.speed = 13;
seteffect(0, 0, 0, 0);
enableweapons();
enabledefmovement();
resetfocus();
disablemap();
setminimap("door.png","",0,0);
onTimeout();
}
Anyone that could tell me what im doing wrong? Im using addtiledef becouse we will only have one tileset, and wont add anymore then this one.