05-01-2013, 06:12 AM
I can't give you minutes because after dividing the total of minutes, I only get the whole number (hours), not the decimal (left over minutes).
But I hope knowing how many hours still helps you.
But I hope knowing how many hours still helps you.
Code:
3900 {Stamina by C} stamina:=Self.StaminaMins() VarDiv(stamina, 60) HUD.Setup(3, 1) HUD.Display(Stamina: !stamina! hours) Exit()