This expression has been in my older versions of Black Swan. When I used this hide button it worked as a toggle. But in some games I played when Hide was selected it didnt toggle but stayed hidden. I liked that but could not figure out what was different in these modules. I noticed the addition of ObscuredToOthers=false in these other modules. So I played around with adding this statement onto the version you see above. It didn’t work so I thought I was on the wrong path. Researched more and began to think that that had to be it that stopped the toggle effect. I tried many combinations (because I don’t understand expressions well) until I hit apon this version that worked.
First I removed the brackets. No dice. Then I removed the qoutes. Again nothing. Then finally I removed the == and replaced with just single = and bingo the ObscuredToOthers=false addon finally worked.
I guess what I’m scratching my head over is what’s the difference with == vs = and no quotes vs quotes etc. I could not find == in the handbook, so I’m not sure why the guy who created Black Swan V1.0 did it this way.