View Single Post
  #2  
Old 11-28-2004, 02:20 AM
calum calum is offline
Registered User
Join Date: Nov 2003
Location: Scotland
Posts: 182
calum is on a distinguished road
NPC Code:

removetiledefs;
addtiledef <image>,<levelnamestart>,<type>;


put that in a npc in the level or a weapon.
image = the image of the new tileset
levelnamestart = the name/part of the name of the level you wish to use the tileset with
type = Two most common types for setting which tile does what are 0 (default tileset) or 1 for the common new tileset (probably the one you want)
__________________
Reply With Quote