Is there a way to access another objects component using a script, in the bge?
In unity you can use something like:
GameObject.GetComponent
I basically just need a way to get a setting from another objects component into a script, not one from the object that is running the script.