From 89a602c98835aab394b494ed55681379818e3603 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Fri, 25 Sep 2020 16:10:55 -0500 Subject: [PATCH] Updated Scripts (markdown) --- Scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts.md b/Scripts.md index a52db48..9aa3c95 100644 --- a/Scripts.md +++ b/Scripts.md @@ -1,4 +1,4 @@ -After the info section, you can have as many individual scripts in your file as you want. These need a name and all of the functions you want to run in the script, you can find info on all the functions you can use in the `Functions` section of the sidebar. +After the info section, you can have as many individual scripts in your file as you want. These need a name and all of the functions you want to run in the script. Functions are a `type` which tells Universal-Updater what to do, and all of the variables for that type. For info on functions see the pages under this in the sidebar. Here is an example of a script file that will download a file and then delete it ```json