Thank you for the help you provide on the community. So I am trying to create links between agents that come within a radius of 1 of each other. If the turtles do not come within a radius of 1 of each other for 16 ticks, the link automatically dies. So technically, one link might start at tick 200 and has to die at tick 216 unless it is "renewed" however another link can start at tick 250 and has to die at link 266. However, if I use ask links it changes for all the links.
So my question is how to say something like : ask the link that was formed at tick xx set die time at xx+16 if ticks = xx+16 [die].
Also how do I renew the links so when two agents with a link come in contact again they set a new start and die time for the link between them?
Thank you very much. I know I should only ask one question at a time but I guess they might be related and can be solved together. Thanks in advance.