Hello!
I have a problem with a level-loading-script. I want the engine to load a level when I activate a button. Everything untill that works, but the problem is, that the level file can not be loaded. Everytime the engine shows the following ERROR message:
Bad format (24 & 32 bit RLE only)
I use this script:
...
function levelload()
{
level_load ("work17.wmp");
wait(22);
camera.pos_x = 10;
camera.pos_y = 20;
camera.pan = 220;
}
...
The other pieces of the script describe only the button. What is my fault? Thanks for following answers!
Last edited by Humbug; 08/22/08 20:32.