final int z = GeoEngine.getHeight(x, y, sloc.z, actor.getGeoIndex());
switch (actor.getNpcId())
{
case Boy:
actor.setRunning();
actor.moveToLocation(x, y, z, 0, true);
break;
case Girl:
actor.setRunning();
actor.moveToLocation(x, y, z, 0, true);
break;