Hi, I have i question about KSPEvents. I have an event, which is only 'clickable' by a kerbal on EVA. For example: [KSPEvent(active = true, guiActiveUnfocused = true, guiName = "MyEvent", unfocusedRange = 20f, externalToEVAOnly = true)] private void Event() { } Now I need to get the kerbal who triggered the event because I would like to teleport the triggering kerbal to another position. Does someone know how this could be done? Greetings Fanatorium