If you have been sent a skript from StrxmyLive#0001 that includes this websites link but it isn't on here it just hasn't been added yet!
When you see people using variables you are probably SUPER confused, don't worry though a lot of us were the first time using them but you will get used to them pretty soon.
An example of using a variable is:
options:
PREFIX: &8[&7ServerName&8]
command /test:
trigger:
message "{@PREFIX} Hello"
Usually when skripters are using variables they make it an "options" section like used in the example above, what happens is the skript notices the text, this could be anything. For Example you could have:
options:
TEST: This is a test
command /test:
trigger:
message "{@TEST}"
This will listen for when you run the command "/test" and will send the variable "This is a test".
To create a variable, at the top of the skript write something like this:
options:
ANYTHING: Says Anything
It has to look like this "TEST: Test" it can't be "test: test" or "TEST test" it won't work you have to have it as the name of the variable followed by a colon then a space and what you want the variable to be.
Also Feel Free To Use Color (Colour) Codes With The Options As That Is Compatible.
To speak the variable you could use "message", to specify the variable do "{@VARIABLESNAMEHERE}" and it will read for the variable.
If you have any suggestions on what we should add here feel free to contact staff in the discord!