154155156157158159160161162163164
} else{ newGuy = new EntityCitizen(worldObj); } newGuy.giveName(); // pick a random direction at the town perimeter Point p = new Point(this.xCoord, this.yCoord, this.zCoord); Point q = new Point(); Utility.Debug(p.toString());