GetStaminaPercentage

From the CreationKit Wiki
Revision as of 14:38, 23 July 2018 by imported>DavidJCobb (Took a second look; amending findings.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This condition function is broken. It is supposed to return the subject actor's current stamina as a percentage of the maximum. Instead, it always returns 1.0.

See the Papyrus function GetActorValuePercentage - Actor for a working alternative.