I have a script as follows in a level on my playerworld:
PHP Code:
//#CLIENTSIDE
function onPlayerEnters() {
removetiledefs();
addtiledef("harpazo-tilestown.png","harp-isle",0);
}
The image is correctly set up and in the images folder, the levels start with harp-isle, but it just doesn't initialize. Someone told me I may need to reset the server for it to take effect. Is this true or is there an easier answer that I've somehow overlooked?