For the complete documentation index, see llms.txt. This page is also available as Markdown.

GetAlcoholValue

export GetAlcoholValue to get the alcohol value.

Export to get the alcohol value can only be used in the client side

local alcohol_value =  exports['devcore_needs']:GetAlcoholValue()

print(alcohol_value)

Last updated