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
ninPlayer.AddHuton(10)