View Single Post
  #13  
Old 12-20-2005, 12:46 PM
WanDaMan WanDaMan is offline
Master Tux
WanDaMan's Avatar
Join Date: Aug 2002
Location: England, United Kingdom
Posts: 5,571
WanDaMan is a jewel in the roughWanDaMan is a jewel in the rough
Send a message via MSN to WanDaMan
Add
NPC Code:
removetiledefs; 


above the script.

Also, instead of #L add the level name including the format. Example:
Quote:
wandaman_level.nw
When in offline mode check that the level is in the same directory as the tileset.

Edit:
Try this, you're using addtiledef2
NPC Code:

//#CLIENTSIDE
if (created){
removetiledefs;
addtiledef anzell_tiles.png,#L,0;
}

__________________
V$:CONFL16T
Reply With Quote