OnLoseConditionUsage​Called right before the condition of the item is modifiedNo return behaviorExamples​""void OnLoseCondition(Item item, ref float amount){ Puts("OnLoseCondition works!");}Copy