183184185186187188189190191192193
} else if (!npc.getAI().isGlobalAI()) { npc.getAI().stopAITask(); npc.getAI().setIntention(CtrlIntention.AI_INTENTION_IDLE); npc.stopRandomAnimation(); } } } }