From de0f51b9086f7a3267e6f0f662a66857c7411590 Mon Sep 17 00:00:00 2001 From: MxPuffin <102307729+MxPuffin@users.noreply.github.com> Date: Thu, 6 Feb 2025 06:28:59 +1100 Subject: [PATCH] Update variable-introduction.md Updated Init Variables references to Default Variables --- doc_posts/_commands-variables/variable-introduction.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc_posts/_commands-variables/variable-introduction.md b/doc_posts/_commands-variables/variable-introduction.md index 9a967e98..fbdca3dd 100644 --- a/doc_posts/_commands-variables/variable-introduction.md +++ b/doc_posts/_commands-variables/variable-introduction.md @@ -26,10 +26,10 @@ If you check the box, it means the variables will be accessible even after the b If you uncheck the box, the variables will be accessible only when the button is running and only inside their own button. Other buttons cannot access them even if the button is currently running. If `Allow Button Overlap` is enabled, unique variables will be created for each button execution and will never be shared. -#### Init Variables -If you right click on a button, you can edit its initial variables.\ -These exist to prevent crashes if you have enabled persistent variables.\ -The window uses a simple JSON format to initialize your variables.\ +#### Default Variables +If you right click on a button, you can edit its default variables.\ +These exist to help prevent crashes if you have enabled persistent variables.\ +The window uses a simple JSON format to set your default variables.\ For example, if you want your variable `name` to have a value of `SAMMI` and your variable `age` to have a value of 18 on initilization, you can do: ``` {