Hi there,
I some advice for how I best accomplish the following task:
I need to check for collisions between instances of the same object. This is so that autonomous AI will be able to exchange information when they get "in touch" with each other.
So what I need to do is when instance A collides with instance B one of instance B instance variables should be set to the same value as the instance Variable instance has.
What is the most simple way to do this?
Thank you in advance,
Jimmy