Examples of BailAction


Examples of games.stendhal.server.maps.deathmatch.BailAction

            ConversationStates.ATTENDING, null, new LeaveAction());

        // 'bail' command will teleport the player out of it
        add(ConversationStates.ANY, Arrays.asList("bail", "flee",
            "run", "exit"), null, ConversationStates.ATTENDING,
            null, new BailAction());
      }
    };

    npc.setEntityClass("darkwizardnpc");
    npc.setPosition(x, y);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.