Player.AddHuton() ========================== .. warning:: This function only works if the player has been initialized using *init_ninja()*. This function adds the given amount to the player's Huton gauge. **Parameter** * amount : int - Amount of Huton to add. **Usage** .. code-block:: python ninPlayer.AddHuton(10)