	CLEO 3 library

v3.0.950, 20.07.2008
-----------------------------------------

+++ four new opcodes

 0ABA: end_custom_thread_named 'BENZIN'
 0ABD:   vehicle 0@ siren_on
 0ABE:   vehicle 0@ engine_on
 0ABF: set_vehicle 0@ engine_state_to 0

To use these opcodes add the following lines to the very end of the SASCM.ini file in Sanny Builder 3 installation (SB\data\sa):

0ABA=1,end_custom_thread_named %1s%
0ABD=1,  vehicle %1d% siren_on
0ABE=1,  vehicle %1d% engine_on
0ABF=2,set_vehicle %1d% engine_state_to %2d%

+++ new vorbisFile.dll by listener; also ASI Loader by JernejL is uncluded

+++ CLEO 3 version and number of scripts loaded are now displayed in the main menu screen.

*** fixed some bugs in opcodes 0A8F..0A91 (does not work correctly), and 0AB1..0AB2 (scm functions now can be nested, i.e. one scm function could call another one without any issues).


