Skip to content

RemoveKerbal

Jeremie Rossignol edited this page Dec 2, 2015 · 2 revisions

Behaviour for removing kerbals when a contract is completed.

BEHAVIOUR
{
    name = RemoveKerbal
    type = RemoveKerbal

    // Kerbal to remove on contract completion.  Can be a simple kerbal name
    // or a reference to a Kerbal object.
    //
    // Type:      Kerbal
    // Required:  Yes (multiples allowed)
    //
    kerbal = SomeKerbal Kerman
}
Clone this wiki locally