----------------------------------------------------------------------------------------
GTA2 Mission Script Compiler (alpha) - README FIRST! (c) B-$hep and T.M, 2012 - 2016
----------------------------------------------------------------------------------------

WARNING
-------
This version of GTA2 Mission Script Compiler is in alpha stage.
Its not meant as full replacement for miss2.exe.

It may contain bugs and some commands are not added yet.
For example you cant use commands like:

car1 = CREATE_CAR(...)
DO_PHONE_TEMPLATE
DO_EASY_PHONE_TEMPLATE
NOT
and some few other commands that are not yet working / added / implemented.

GENERAL
-------
gta2miss9.exe supports 2 command line parameters.
First is name of the script file to be compiled and second is used as output name for compiled .scr file.
If you pass only 1 parameter then the .scr filename is copied from .mis filename.

The supported .bat file is made for users who want to see any errors or stuff the compiler
displays. On NT systems the console window will close immediately. Bat file helps
to see the actual output.

If there is any error then compiler shows the error message and line nr where error
occurred and also some more information for you to fix the error.

Antivirus scan results for gta2miss9.exe are here:
https://www.virustotal.com/en/file/ec8ca012fc662c425dd76699028be42a41285e7f59b46383044dfc21c815a80d/analysis/1453832151/

Also i included some test scripts that you can compile.
They are not very specific. Some contain random script but they all compile and should work in GTA2.

That's it.

EOF...