Create an NPC in your level (which looks like a transparent person at the right hand side, under the NPCs, baddies tab), and then type the following code into the NPC:
PHP Code:
//#CLIENTSIDE
if(created){
removetiledefs;
addtiledef era_tileset-summer-offline.png,,1;
}
The tileset should load if you have it in your Graal folder.