diff --git a/README.md b/README.md index 8b13789..1b0fd26 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ +# Overview +Inline scripting editor for Modd.io along with [ModdScript to JSON converter](https://moddio.github.io/script-editor/iframe.html?args=&id=textscripteditormultiline--editor&viewMode=story), and vice versa. + +# ModdScript + +ModdScript is based upon JavaScript. ModdScript starts off with triggers in the format of `@trigger`. Following the trigger, content for the actual script can be put. + +# Usage + +When finished with your code, you can copy the JSON output of your ModdScript and paste it into the JSON view of a script, which will automatically be converted to default Modd blocks when you switch back to Tree View.