if (zone == 1)
{
coords = SMP_COORDS;
if ((actor.getDistance(target) < 100) || (currentState >= coords.length) || (currentState == 0))
{
st.unset("saytimes");
if (currentState < coords.length)
{
actor.moveToLocation(coords[currentState][0], coords[currentState][1], coords[currentState][2], Rnd.get(0, 50), true);
if (actor.getDestination() == null)
{