mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-08 00:40:14 +00:00
Updated Scripts (markdown)
+1
-7
@@ -2,12 +2,6 @@ After the info section, you can have as many individual scripts in your file as
|
|||||||
|
|
||||||
Here is an example of a script file that will download a file and then delete it
|
Here is an example of a script file that will download a file and then delete it
|
||||||
```json
|
```json
|
||||||
{
|
|
||||||
"info": {
|
|
||||||
"title": "Download & Delete",
|
|
||||||
"description": "Download a file and then delete it",
|
|
||||||
"version": "1"
|
|
||||||
},
|
|
||||||
"Download & Delete": [
|
"Download & Delete": [
|
||||||
{
|
{
|
||||||
"type": "downloadFile",
|
"type": "downloadFile",
|
||||||
@@ -21,5 +15,5 @@ Here is an example of a script file that will download a file and then delete it
|
|||||||
"message": "Deleting LeafEdit.3dsx"
|
"message": "Deleting LeafEdit.3dsx"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
|
||||||
```
|
```
|
||||||
|
Note that scripts are json arrays and thus are a name followed by **square brackets** with the functions inside surrounded by **curly brackets**
|
||||||
Reference in New Issue
Block a user