Skip to content

Conditional Action Dictionary

Ryan Guo edited this page Dec 15, 2015 · 4 revisions
[
  {  // first if clause
    "if":{
      // Condition Dictionary, see Condition-Dictionary-Evaluation
    },
    "do":{
      // Action Dictionary, see Action-Dictionary
    }
  },
  {  // second if clause
    // ....
  },
  {  // default clause
    "do":{ }
  }
]
Clone this wiki locally