Hello.
I am writing a scenario where a predator eats a prey if it intersects with it AND if the parameters of the prey satisfy certain conditions. Thecenario is an offshoot of the lobster crab scenario, and basically when the lobster encounters a crab it only eats the crab if the crab has certain parameters.
I have figured out how to return the x and y of an intersecting object (like in the Newton's lab scenario), but how do I get a return of specific crab parameters that I defined myself??
Many thanks for any advice!!