-
Notifications
You must be signed in to change notification settings - Fork 67
ChangeKerbalType
Jeremie Rossignol edited this page Feb 3, 2016
·
1 revision
Behaviour for changing the details of a Kerbal.
BEHAVIOUR { name = ChangeKerbalType type = ChangeKerbalType // The KERBAL_INFO node indicates the Kerbal and the changes to be made. // This can be specified multiple times for different Kerbals. KERBAL_INFO { // The Kerbal to make changes to. // // Type: Kerbal // Required: No // kerbal = Jebediah Kermin // The new type of the Kerbal. // // Type: ProtoCrewMember.KerbalType // Required: No // Values: // Applicant // Crew // Tourist // Unowned // kerbalType = Crew // The new experience trait for this Kerbal. // // Type: string // Required: No // trait = Scientist } }
- AwardExperience
- ChangeKerbalType
- ChangeVesselOwnership
- CopyCraftFile
- DestroyVessel
- DialogBox
- ExperimentalPart
- Expression
- Message
- OrbitGenerator
- RemoveKerbal
- SpawnKerbal
- SpawnPassengers
- SpawnVessel
- UnlockPart
- UnlockTech
- WaypointGenerator
Contract Configurator
Configuration File Syntax
Extending Contract Configurator