Scripting Variables Information
JohhnnyBoiii

Scripting Variables
A variable isn't just anything, think of it as a piece of paper and a pencil with an eraser. You can write on that piece of paper for the first time just so something is on it, but when the time comes that it needs to be changed we can erase it and write a need value on it. There are a wide variety of variable types, some common examples include: Integer, String, Boolean, Float, Double, etc.

An Integer is a variable that contains whole numeric values such as 1, 56, 18, 21, etc.

A String is a variable that can contain almost anything, most of the time strings are used for storing data values such as a name, age, sex, location, etc.

A Boolean is a variable that contains a true or false data value.

A Float is a variable that contains single decimal numeric value, such as 12.5, 99.9, 32.64, etc.

A Double is a variable that contains double decimal numeric value, ergo that name double.


I hope this has helped some beginners out a little bit, I do know how to script and will be posting scripting examples and tutorials hopefully very soon.