How to make a turtle able to save other turtles ID in Netlogo?
问题 Here is what I want to do: I want a team consists of 3 turtles in a group . All turtles need to store their own ID and teammatesID inside the variable called teammatesID . (Imagine you want to create a group, you will put your name and your friends' name in a list, that's why this variable need to store ownID, I am bad in explaning things..) Instead of just showing (agentset,3 turtles) , I need them to be able to show all teammates ID. After they have gathered all 3 members , they will get