Thread: Tileset issue.
View Single Post
  #12  
Old 06-19-2007, 04:57 AM
godofwarares godofwarares is offline
Webmaster
godofwarares's Avatar
Join Date: Dec 2006
Location: Florida
Posts: 552
godofwarares is on a distinguished road
Send a message via ICQ to godofwarares Send a message via AIM to godofwarares Send a message via MSN to godofwarares Send a message via Yahoo to godofwarares
Quote:
Originally Posted by Sage_Shadowbane View Post
NPC Code:
//#CLIENTSIDE
if(created)
{
addtiledef symp_main-tiles.png, , 0;
}



Have a nice day.
Zing.

PHP Code:
//#CLIENTSIDE
if (created)
{
  
setstring levelstartLEVELSTART;

  
removetiledefs;
  
addtiledef symp_main-tiles.pnglevelstart0;

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.
__________________
What signature? I see no signature?
Reply With Quote