"I can remind you how to #use orbs.", null);
// player interested in orb
npc.add(ConversationStates.QUEST_OFFERED,
"use",
new LevelGreaterThanCondition(10),
ConversationStates.QUESTION_1,
"Just right click on the orb and select Use. Did you get any message?",
null);
// player interested in orb but level < 10
npc.add(ConversationStates.QUEST_OFFERED,
"use",
new NotCondition(new LevelGreaterThanCondition(10)),
ConversationStates.ATTENDING,
"Oh oh, I just noticed you are still new here. Perhaps you better come back when you have more experience. Until then if you need any #help just ask!",
null);
// player wants reminder on Use