View Single Post
  #4  
Old 11-27-2011, 12:15 AM
salmo salmo is offline
Approved Member
 
Join Date: Mar 2011
Posts: 632
Default

Quote:
Originally Posted by Ataros View Post
If you do not change map you do not have to use battle stop command. Just destroy all unnecessary actors of the previous mission with a script and load new mission.
Are you able to supply a script to destroy all actors please. I'm guessing it will be something like...

using maddox.game.world;

public void DestroyAllActors()
{
for each AiActor a in maddox.game.world
{
a.destroy();
}
}
__________________
When one engine fails on a two engine bomber, you will always have enough power left to get to the scene of the crash.

Get the latest COD Team Fusion patch info HERE
Reply With Quote