Thread: LevelGen Help
View Single Post
  #3  
Old 03-09-2003, 01:31 PM
mhermher mhermher is offline
galase galase!
mhermher's Avatar
Join Date: Jun 2001
Location: Sweden, Stockholm.
Posts: 2,012
mhermher is on a distinguished road
Send a message via ICQ to mhermher Send a message via AIM to mhermher Send a message via Yahoo to mhermher
Did you put this in a script:
if (playerenters) {
setmap ,bravoforest.txt,playerx,playery;
}

Then when you are done with that, play the level once.. then go back to editing mode and press M.
When you got the image.. convert it to 8-bit png, or it won't work.. then go to the same level and change the script to:
if (playerenters) {
setmap imgname.png,bravoforest.txt,playerx,playery;
}

That's all i guess..
__________________
Donate money for my trip to Germany

Adiarde Manager
Reply With Quote