Hi, thanks for the reply. I meant rendezvous, i.e. you must get within 100m of a particular craft in orbit for a certain amount of time (not the craft you launched in). Or perform an EVA within 100m of a craft in orbit for a certain amount of time. This would work for small craft like satellites that may not have docking ports for example. I know absolutely nothing about coding but in my mind the mission would look something like this. Mission { name = Rendezvous category = ORBIT, RENDEZVOUS description = Rendezvous with <insert craft here> in orbit reward = 1000000 RendezvousGoal { Target= <Target vessel goes here> maxDistanceFromTarget = 100 minSeconds = 120 } }