SirMortimer
SirMortimer
**Issue by [UsernamesAreAlwaysTaken](https://github.com/UsernamesAreAlwaysTaken)** _Saturday Apr 06, 2019 at 04:46 GMT_ _Originally opened as https://github.com/SirMortimer/Kerbalism/issues/31_ ---- title is fairly self-explanatory.
**Issue by [SerinaTsukaya](https://github.com/SerinaTsukaya)** _Thursday May 02, 2019 at 00:14 GMT_ _Originally opened as https://github.com/SirMortimer/Kerbalism/issues/64_ ---- I'm wondering how to disable the experiment surface samples as contracts can appear asking for...
**Issue by [UsernamesAreAlwaysTaken](https://github.com/UsernamesAreAlwaysTaken)** _Monday May 20, 2019 at 14:54 GMT_ _Originally opened as https://github.com/SirMortimer/Kerbalism/issues/79_ ----  Separate these 2, wtb new line.
May I propose something along these lines: ``` KER.API.AddSection(string sectionName, List variableNames, MyValueCallback); public string MyValueCallback(Vessel vessel, string sectionName, string variableName) { return "hello!"; } ``` That way users would...