I want to know if one game object and talk to an nother game object

I got this crazy game object that is running all over the map. He never stop. What I would like to know be for I put to much time into this crazy game, is can one object send info to an other?
Like X and Y location of something in the map (House.tank girl and any other thing he may come across.)
If so can any one know of a tut that will show me ho to do it.
Thank You
Renny

This is pretty basic stuff you’re asking. I think you should spend some time in the Learning section to get a better understanding.

As long as you have a reference to a gameobject you can get it’s transform (position, rotation, scale), or any other component on that object including scripts. It’s unclear exactly what you are trying to do, so that’s all the help I can give. I can’t believe that with a little refresher in the tuts, you couldn’t figure this out yourself. Examples of this are in quite a few them, maybe hiding in plain sight.

Simple I want one object to tell another object what to do

I’ll say again…

As long as you have a reference to a gameobject you can get it’s transform (position, rotation, scale), or any other component on that object including scripts.

And of course set it too.

Thanks

Look into tutorials, these will give you some ideas.