Help for this page

Select Code to Download


  1. or download this
                   $id        = $player_inst->{id};
                   $hitpoints = $player_inst->{hp};
                   $weapon    = $player_inst->{weapon};
    
  2. or download this
                  $playerdata = $player_inst->{$an_id};
                  $hitpoints  = $playerdata->{hp};