#Modify Custom Options from code?

4 messages · Page 1 of 1 (latest)

swift geyser
#

I'm assuming this is impossible, but is there any way, from Init or a Trigger: Custom Code etc to permanently mutate the value of a custom option of the aura.

For example if I have a checkbox named flag, is there a way for me to do something like:

aura_env.config.flag = false -- mutate

and have that change reflect itself in the options the next time the user checks?

spark cape
#

No.
Why would you want that?

swift geyser
# spark cape No. Why would you want that?

Gotcha. Highly specific use case, but in the custom options I have a ledger of players that the user doesn't want to group with, etc. My custom code needed to append or remove names from that list in real-time. Figured it wasn't possible though, no problem. Solved.

spark cape
#

Mm, I see yeah