View Single Post
  #2  
Old 10-02-2002, 03:27 AM
Torankusu Torankusu is offline
Elite Member
Torankusu's Avatar
Join Date: Jun 2001
Posts: 10,065
Torankusu is a jewel in the roughTorankusu is a jewel in the rough
Re: stupid map question

Quote:
Originally posted by darkriders_p2p
I want to make a map for my levels.
do I just enter:
NPC Code:
if (playerenters) {
setmap MAPNAME.txt,0,0;
}


and just walk through the levels?
Because that doesn't work
NPC Code:

if (created){
setmap mapname.png,mapnametextfile.txt,60,30;
}


is what I use.
Of course, you need to have a text file with the levels listed specifically and stuff.
__________________
Quote:
Originally posted by Spark910
Think befreo you type.
Reply With Quote