Quote:
Originally Posted by Sage_Shadowbane
NPC Code:
//#CLIENTSIDE
if(created)
{
addtiledef symp_main-tiles.png, , 0;
}
Have a nice day. 
|
Zing.
PHP Code:
//#CLIENTSIDE
if (created)
{
setstring levelstart, LEVELSTART;
removetiledefs;
addtiledef symp_main-tiles.png, levelstart, 0;
}
Replace LEVELSTART with what your level starts with. e.g. symponlinestartlocal.nw = symp.
It also helps to have it in 8-bit (256 colors) and to have it in the folder that the level is in.