Help for this page

Select Code to Download


  1. or download this
    sub load_game {
        $cfg->read("'$ENV{HOME}/.kenesis'");
        @player = $cfg->param("player");
    ...
        print "$class\n";
        exit;
    }
    
  2. or download this
    our @player;
    our $completed_quests = 0;
    our $special_item = "none";
    our @enemy;
    our $class = "null";
    our $cfg;