Exemple #1
0
  public static Map createWorld() {
    Map m = Portal.loadFromFile("/maps/world/karrain.txt");

    m.set("EnterMessage", "This fertile valley is known as North Karrain");
    m.set("OnAction", new EncounterAction());

    return m;
  }