Display flags in comments
-
@fxDreema said in Memory stuff:
Flags are similar to Variables. You can't display their state and I don't remember even thinking about this, but this is a good idea. Where to print such information is another question
You can try this "Change Status to" thing that each block has.Very old comment! but I am looking to show the status of myflags as comments, but in the dropdown for " value" I find boolean, but no flag.
Yopu seem to think it was a good idea back in 2015, any progress adding it?
-
Maybe you can convince the admin to implement that.

-
@holygrailfx I have had a lot of problems with the flags, I don't know why if there is an error, but in the end I ended up doing the same thing but with variables and conditions.
-
I always recommend using variables instead of flags.
-
@l-andorrà
Agree. That would avoid any confusion -
I too agree, use a bool variable, then you can display state in a comment.