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