stolsky / the-smoking-mirror

GNU General Public License v3.0
0 stars 0 forks source link

implement act wide flags #24

Closed stolsky closed 2 years ago

stolsky commented 2 years ago
stolsky commented 2 years ago

include conditions idea:

{
                    "id": "eCaf1",
                    "name": "par1Exit1",
                    "states": [
                        {
                            "id": 1,
                            "type": "Exit",
                            "back": "223,178,147",
                            "visible": false,
                            "condition": [{"SHOW": "CafeKnown true"}],
                            "left": [
                                {"text": "par1Doo21", "stmt": ["HERO ENTER cafe"]},
                                {"stmt": ["HERO ENTER cafe"]}
                            ]
                        }
                    ]
                },

via property "condition": [{"visible": "CafeKnown true"}],