There doesn't seem to be a command for this (other than people_transfer) so I tried to get through the list. It starts in an AI-script.
Code: Select all
<set_value name="$Ship" exact="this.ship"/>
<do_for_each in="$Ship.people.{entityrole.marine}.list" name="$Trainee" comment="In Trainee is the ID of the crewman">
<do_if value="$Debug">
<debug_to_file directory="$BugD" name="$BugF" text="' Removed: '+$Ship.people.{$Trainee}.name"/>
</do_if>
<remove_from_list name="$Ship.people.{entityrole.marine}.list" exact="$Trainee" multiple="false"/>
</do_for_each>
Of course I tried a bunch of approaches to the list (which I won't list all of them here - they don't work anyway and I was also a bit desperate *g*)
Does anyone here have a tip for me please?