Help for this page

Select Code to Download


  1. or download this
    when 'f' {
        say "You ran away from the $enemy.name()!"
    ...
    else {
        say "Please enter a valid command!"
    }
    
  2. or download this
    when 'f'       { say "You ran away from the { $enemy.name }!" }
    when $.weapons { .attack($enemy, $.weapons{$_}); }
    default        { say "Please enter a valid command!" }