2014/12/10
This is under the act method. Let me know if this works int edgeTurnAmount = 7; if (atWorldEdge()) { turn(edgeTurnAmount); }
X