Thread: Tiledef problem
View Single Post
  #2  
Old 02-23-2009, 07:29 PM
BlueMelon BlueMelon is offline
asdfg
BlueMelon's Avatar
Join Date: Sep 2008
Posts: 1,481
BlueMelon is a splendid one to beholdBlueMelon is a splendid one to beholdBlueMelon is a splendid one to beholdBlueMelon is a splendid one to behold
// NPC made by DT
if (created) {removetiledefs;
}
if (playertouchsme) {
}

then---------------------------------------------------
// NPC made by unknown
if (created) {removetiledefs;
addtiledef tileset_era01-summer.png,,1; }
if (playertouchsme) {
}


^ ^ ^ thats what i used to reset the era tiles, Maybe try replacing tileset_era01-summer.png with your tile set? I dont know :S
__________________
http://i.imgur.com/OOJbW.jpg
Reply With Quote