NPC Script
PHP Code:
//#CLIENTSIDE
function onCreated() {
join("save");
}
Class script
PHP Code:
//#CLIENTSIDE
function onCreated() {
setimg("e_save.png");
showimg(200,"light2.png",x-2,y-2.5);
changeimgcolors(200,.6,1,0,.5);
changeimgzoom(200,.5);
setshape2 4,5,{
0,0,0,0,
0,0,0,0,
0,0,0,0,
0,22,22,0,
0,22,22,0};
}
I also noticed its not happening with this class only, and it happened in other levels too. Btw, its happening on Esteria (thats why I asked you to restart it, Stefan :P).