5354555657585960616263
{ changeIntention(CtrlIntention.AI_INTENTION_FOLLOW, target, offset); L2Character actor = getActor(); if(actor != null) { actor.followToCharacter(target, offset, false); clientActionFailed(); } } @Override