Package games.stendhal.common.parser

Examples of games.stendhal.common.parser.JokerExprMatcher


          }
        });
    // player says room number
    linda.addMatching(ConversationStates.QUESTION_1,
        // match for all numbers as trigger expression
        ExpressionType.NUMERAL, new JokerExprMatcher(),
        new TextHasNumberCondition(1, 15),
        ConversationStates.IDLE, null,
        new ChatAction() {
          public void fire(final Player player, final Sentence sentence, final EventRaiser npc) {
View Full Code Here

TOP

Related Classes of games.stendhal.common.parser.JokerExprMatcher

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.