This is an interesting case, so Ill try to explain:
Im trying to create a natural selection simulation in flowlab for a school project. I have a good idea of what I want to do for everything, but I have one problem. I basically want creatures that reproduce and pass down their genes, in a way. What this means is that it needs to transmit a few different numbers to its exact clone, thats all I want to do. I have everything else figured out but Im really stumped when it comes to transmitting certain numbers to only their clones. If anyone could help out or offer ideas, that would be awesome, thanks!
first thing the entity does is ‘read’ all those values
I just wonder what would happen if you spawn multiple ones. Not sure if they should message back that they are done reading before the next one gets spawned?
@soethan1 - This might be a good use for the new property extractor option: “Starting Value”. This lets you access the value that was sent into the Spawn/Emit/Attach block to generate the object.