outsider_needs
outsider needs documentation
you must ensure this script before the script you want to use this API on
-- CLIENT CUSTOM
--this file is found in the script where these functions are available
-- Getters
local currentHunger = GetCurrentHunger()
local currentThirst = GetCurrentThirst()
local currentStress = GetCurrentStress()
local currentAddiction = GetCurrentAddiction()
local currentStressLevel = GetCurrentStressLevel()
local currentAddictionLevel = GetCurrentAddictionLevel()
local BodyTemp = GetCurrentBodyTemp()
print(BodyTemp.cool, BodyTemp.hot)
-- SETTERS
RemoveThirst(value)
RemoveHunger(value)
RemoveStress(value)
RemoveAddiction(value)
AddStress(value)
AddAddiction(value)
AddThirst(value)
AddHunger(value)
SetBodyTemp({ cool = 0, hot = 0 }) -- this is incremental only add or remove wat you want if you add 4 and cool is 10 then it will be 14
Last updated