Developer tools on CLEO This pack slightly simplifies the development of mods on CLEO - functions and constants.
Functions:
There are 6 functions in the pack: * Actor spawn * Actor spawn shortened * Spawn cars * Vehicle spawn reduced * Pickup spawn * Train spawn
You include the function via the{$I}at the beginning of the file, and right there you specify the path to the function, for example, like this:{$I actor_spawn.func}. The directive must be at the very beginning of the file (where{$CLEO}is usually written). Then you have to write only one line (function call). Function call opcode: