--
You received this message because you are subscribed to the Google Groups "GAMA" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gama-platfor...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gama-platform/67629c77-c81f-4013-aba4-1db471d3930d%40googlegroups.com.
Hi,
Provided "c" is the cell and "s" is the species of the agents you want to kill: ask one_of(s inside c) {do die;} should do the trick.Alexis
Le 9 oct. 2019 à 14:48, Dimitry NGOUNOU <tripot...@gmail.com> a écrit :
Good morning all,how to kill an agent contained in a cellm <- one_of(species where ( each.location=l.location ) );if (m != nil){m.die();}--
You received this message because you are subscribed to the Google Groups "GAMA" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gama-p...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gama-platform/67629c77-c81f-4013-aba4-1db471d3930d%40googlegroups.com.