If I have a scrpit with name: pipi
a method in pipi called: public int pipiIn()
and a variabel defined in pipi called : int pepo
The gameObject name may be: PAPA
How to accesss to the variable and the method from an other script of teh same gameObject?