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.