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.
|