143144145146147148149150151152153
Integer offset = (Integer) nextAction_arg1; clearNextAction(); actor.moveToLocation(loc, offset, nextAction_arg2); break; case REST: actor.sitDown(); break; case INTERACT: if(nextAction_arg0 == null) { return false;