|
for some reason, for the level hirings era tileset, it wont set the era tileset! Does this happen to anyone else? Can an admin plz help me? I know im doing it right, i tried 5 times! Plz admin help!
|
If you have the Era tileset already downloaded, then skip to part two, if not, start here:
Place the tileset image file inside your Graal folder, don't put it in any subfolder. This has always worked for me.
Then, once you've got the image, use the following code snippet inside a level NPC:
PHP Code:
//#CLENTSIDE
if(created){
removetiledefs;
addtiledef era_tileset-summer-offline.png,,1;
}
That should be it.