View Single Post
  #2  
Old 09-27-2011, 12:30 PM
Ataros Ataros is offline
Approved Member
 
Join Date: Jun 2010
Location: USSR
Posts: 2,439
Default

Usually you can just add it inside brackets of the existing script

public class Mission : AMission
{
// all scripts here
}

But keep in mind that you can have only one instance of each method. E.g. if you already have the method OnPlaceLeave used in the old script you should add OnPlaceLeave part of the new script into this method of the old script.

Search the forum for missions by stillborn, hc_wolf, adonys, theenlightenedflorist, snafu, Kodiak and others for more ideas of cool scripts.

Last edited by Ataros; 09-27-2011 at 12:35 PM.
Reply With Quote