Help for this page

Select Code to Download


  1. or download this
        $joe->damage($henry->attack);
        $henry->damage($joe->attack);
    
  2. or download this
        $henry->attack($joe);
        $joe->attack($henry);
    
    ...
        ... # whatever to do for death
      }
    }