
03-09-2003, 01:31 PM
|
galase galase!
|
 |
Join Date: Jun 2001
Location: Sweden, Stockholm.
Posts: 2,012
|
|
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.. |
|
|