Thread: Tiles Bug
View Single Post
  #7  
Old 02-08-2002, 06:17 AM
Poogle Poogle is offline
Registered User
Poogle's Avatar
Join Date: Jun 2001
Posts: 2,471
Poogle is on a distinguished road
this shall fix the problems:
Tiles:
insert this into the level they exit into
if (playerenters) {
addtiledef2 LEVEL.nw,pics1.png,0,0;
}
Map:
insert this into the level the exit into:
if (playerenters) {
setmap bigmap.png,bigmap.txt,0,0;
setminimap bigmap.png,bigmap.txt,0,0;
}
Not sure about the maps and the addtiledef2 script being spelled right.
Reply With Quote