Package games.stendhal.server.entity.npc.action

Examples of games.stendhal.server.entity.npc.action.StoreMessageAction


      public void createDialog() {
        addGreeting();
        addJob("Ha ha! Job? I retired from my job as the #postman decades ago! Ha ha!");
        addHelp("I can't help you, but you can help Stendhal; tell all your friends, and help out with development! Visit http://stendhalgame.org and see how you can help!");
        addGoodbye();
        addReply("postman", "I used to deliver messages. But now there's a new kid doing it. Tell you what, I'll send him a message now, to give you.", new StoreMessageAction("Diogenes", "Hello it was nice chatting to you earlier in Semos. If you want to use postman to send messages to others who aren't here right now, just /msg postman"));
        add(ConversationStates.ATTENDING,
            ConversationPhrases.QUEST_MESSAGES,
            null,
                ConversationStates.ATTENDING,
                null,
View Full Code Here

TOP

Related Classes of games.stendhal.server.entity.npc.action.StoreMessageAction

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.