Thank you for that.
Thank you for that.
Does bLocal = true/false have an impact on whether the option shows up on the host and/or client?
Do I need to do what I did with User.isHost()?
An option will always show on both host and client.
However, those with the bLocal flag indicate that they are per-user options, that can be set by each user local to their instance.
If you want an option that is per-campaign (ie controlled by GM only), then do not use the bLocal flag.
Regards,
JPG
Thank you.
I'll take that into account.