View Single Post
  #5  
Old 12-02-2011, 10:13 AM
FG28_Kodiak FG28_Kodiak is offline
Approved Member
 
Join Date: Dec 2009
Location: Swabia->Bavaria->Germany
Posts: 884
Default

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.
Attached Files
File Type: zip SpawnDespawnTests.zip (6.0 KB, 21 views)

Last edited by FG28_Kodiak; 12-02-2011 at 10:16 AM.
Reply With Quote