I actually tested it this time, and it works fine ... !
- - - Updated - - -
function onSay(cid, words, param, channel)
local outfit = getCreatureOutfit(cid)
local addons = outfit.lookAddons
local exh_strg = 137
local exh_time = 10 -- time in seconds
if exhaustion.check(cid, exh_strg)...