You can use a script.
In CloDo it's possible to load missions in the main-mission.
I've uploaded a little example mission as an Attachment.
The script loads every 30-60sec a little mis-file randomly, these contains always the same Waypoints but different columns. At the last Waypoint i remove the Actors to avoid traffic jam. For this i use a TPassThrough trigger which is activated if a column reach the endpoint.
Put the Tests-Directory in missions\single
or change the path
string SubMissionsPath = @"missions\Single\Tests\Bf110Sub\";
in the cs-file.
You can also use a trigger to load a submission, so if a player enters a area you can load a submission to populate this area. But for this i will make an other example.
Last edited by FG28_Kodiak; 12-02-2011 at 10:16 AM.
|