Help for this page

Select Code to Download


  1. or download this
    SpellsT: @_WizardSchool school | @_WizardSchool sphere
    
  2. or download this
    Aura: visible &_color | @_Emotion | @_Align
    Resist: immune | is &_roll:1d100 % magic resistant | has no resistance
    
  3. or download this
    my %game_data;
    open( IN, "<", "game_data.txt" ) or die "game_data.txt: $!";
    ...
        }
        $game_data{$key} = [ @replace_vals ];
    }