.Bos file code Format
---------------------

You can pretty much use anything you have seen so far.
Try to structure your code like the code that DeScriptor spits out.
This can help;

No PreProcessor yet :(

Don't use NOT, use ! instead.

You can see what operators there are in the Compiler.ini
Operators That I don't know have a ? in them. I've made a few guesses
on some. If you know, you can modify the Compiler.ini so it will
compile. Let me know too.

Any unknown code will be printed as such. The only one i've seen can
be found in the tarhell.bos

There is also the play-sound? and stop-sound? commands. You can omit
the ? if you want. I put them there to indicate a guess on my part.
You must declare a sound like you would a piece.
->   sound   TARCANFIRE, TARCANDIE1;

Other stuff you can use:
break;
continue:
goto Label;   Label:


I plan on implementing stuff like if-else and for-loops later.

Format requests?
email me KhalvKalash@hotmail.com