Well first off please label your threads more appropriately (I.e: Tileset Script Problem) it helps people who also experience the same problem find your thread.
The standard tile-set setting script looks like this:
Weapon: -TileDefs
PHP Code:
//#CLIENTSIDE
function onCreated() {
addtiledef("yourtileset.png", "", 0);
}
You would need at least:
- NPC-Control
- Folder Right: rw WEAPONS/-TileDefs
to add/update the above script on a server.
To ensure yourtileset.png is accessible you can make sure it's downloadable by using the find command on RC.
I.e: /find yourtileset.png
It should display: yourtileset.png:
downloadable