Opens an existing project.
| Key | Value(s) | Description |
|---|---|---|
| method | "OpenProject" | |
| project | "Projectname" | Active Project. Automatically replaced by Current Project name whenever script editor runs. |
| name | "Projectname" | The name of the project to open |
{
"method": "OpenProject",
"project": "test",
"name": "test"
}