Player.AddGauge()

Warning

This function only works if the player has been initialized using init_reaper().

This function adds the given amount to the player’s Soul gauge.

Parameter

  • amount : int - Amount to add to the soul gauge

Usage

ninPlayer.AddGauge(10)