// String productName = order[1];
final long orderTime = Long.parseLong(order[3]);
final long timeNow = new Date().getTime();
final long timeRemaining = orderTime + ((long)REQUIRED_MINUTES_THREAD * numberOfProductItems * MathHelper.MILLISECONDS_IN_ONE_MINUTE) - timeNow;
if (timeRemaining > 0L) {
npc.say("Shhhh, I'm still working on your request to "
+ getProductionActivity() + " " + getProductName()
+ " for you. I'll be done in " + TimeUtil.approxTimeUntil((int) (timeRemaining / 1000L)) + ".");
} else {
npc.say("Oh, I gave your "
+ Grammar.quantityplnoun(numberOfProductItems,