#What config does?
1 messages · Page 1 of 1 (latest)
to understand config tables first you gotta understand global/player variables
variables store a value, the value can be a number, text, asset, image, effect, etc. they can be defined in scripts.
you can use a variables to set other things like attributes.
now, config and data tables are groups of variables
they have the same use but instead of a single value they store various values
So they are like 2 variables in one?
basically
up to 500 variables in one
In what situation do i use it?