int stopmove <- 3;
reflex movement {
if (stopmove = 0) { do goto on:the_graph target:target speed:1.0; }
stopmove <- max(0, stopmove-1);
--
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 visit https://groups.google.com/d/msgid/gama-platform/d5b64f88-8a6a-4cdb-86ad-71a5a6c2ca4en%40googlegroups.com.