I have two problems.
when I try to compile this code I get an unexpected type error.
second, how do I get the location of one actor in the code of another actor. so say I have two actors A and B. how would I get the location of actor B in the code of actor A and store it in a local variable.
int x; int y; getX() = x; getY() = y;