Okay, so. I understand if I had two separate monsters, I could simply do it on collision, that they would each tip their hats, and go their separate ways... Thing is, I want to make it so that ONE monster, and his instanced copies, will bounce off eachother. I've been trying for maybe two hours.
My theory is something like
If I hit Otherguy, and Otherguy.ID =/= My.ID and I'm moving this way, move this way instead.
Thanks in advance!