Hi all!
You have to know, I'm a total noob in scripting an want to learn it. Here's a script I copied from a tutorial:
//////////////////////////////////////
VAR video_mode=8;
VAR vidoe_depth=16;

schwarz_bmap=<Bild.pcx>;
//////////////////////////////////////
panel bild_pan;
{
pos_x=0;
pos_y=0;

bmap=schwarz_bmap;
}
//////////////////////////////////////
FUNCTION main;
{
bild_pan.visible=on;
load_level("tut_level.wmb");
}
It should show a simpel black screen in a panel. But it doesn't. There are some ERRORs if I start the engine:

schwarz_bmap=<bild.pcx>;
bild.wdl 5:0 ERROR(29): keyword unknown <schwarz.bmap>

<panel bild_pan;>
bild.wdl 7:0 ERROR(29): keyword unknown panel

<pos_x=0;>
bild.wdl 9:0 ERROR(19): parameter unknown bad keyword in {}

<pos_y=0;>
bild.wdl 9:0 ERROR(19): parameter unknown bad keyword in {}

What's my mistake?

Please help! SOS!


Use condoms! They fit perfectly over your head! xD USING 3D GAMESTUDIO VERSION 6.22 PRO & BLENDER