Subj : Adding custom user attributes to db
To : apamr
From : aLPHA
Date : Mon Nov 08 2021 04:16 pm
> > bbs_set_user_attribute(script_avatar_id, "1")
>
> try
>
> bbs_set_user_attribute("script_avatar_id", "1")
>
> :) should just create and store as you want.
Excellent! Going to convert the 'avatar' mod to utilze these new calls to
the db. Will make the code so much more clean as well. I found parsing and
replacing a key/value pair in a text file (using lua) a bit convoluted
anyway!