Hi.
I am just starting to build out dashboard sim hub. It definitely takes more work than SimDash. Is there an easy way to include flag widgets? I don’t see the option in Studio. Thanks!
The default DataCorePlugin has some flag properties you can use.
And in my case I also have GarySwallowPlugin loaded which also has several properties you can use
- Make a text field or image field.
- Create a function on that field where you select one of the flag properties
- if GameData.Flag_Blue is True show color BLUE, else it's false and shows nothing
Quick and dirty way is to load someone else's dashboard and just check how they made a flag field.