+ "' and at most #'stake " + MAX_STAKE
+ "' pieces of gold. So, how much will you risk?", null);
ramon.add(ConversationStates.ATTENDING, "stake", null,
ConversationStates.ATTENDING, null,
new BehaviourAction(new Behaviour(), "stake", "offer") {
@Override
public void fireSentenceError(Player player, Sentence sentence, EventRaiser npc) {
npc.say(sentence.getErrorString() + " Just tell me how much you want to risk, for example #'stake 50'.");
}