Help for this page

Select Code to Download


  1. or download this
    package RPG::DND;
    
    ...
    sub modifier { int($_[0]/2)-5 };
    
    1;
    
  2. or download this
    use RPG::DND qw(modifier);
    
    ...
    modifier($value);
    
    # lots of other code