EasyScript
EasyScript (ES) is a new and easy to use programming language, it is run here and you can learn what everything is and how to use everything down below.
(Built by Bryce Herold)
Text
Color of text (blue, red, green, black, white):
[t.color.red.”Text”]
Size change, (goes up to 10):
[t.size.10.”Text”]
Images and Backgrounds
Background color set (blue, red, green, black, white):
[Bg.color.red.]
Background Image Set:
[Bg.image.”Url”]
Add an image:
[add.image.”Url”]
Center text (will default to black text):
[c.”Text”]
Nesting (With text [t.size.] must always be first unless centering something in which [c.] always goes first.)
Change Size and color of text:
[t.size.10.[t.color.red.”Text”]]
Center Text with color change:
[c.[t.color.red.”Text”]]
Center Text with size change
[c.[t.size.10.”Text”]]
Center Text with size and color change
[c.[t.size.10.[t.color.red.”Text”]]]
Center image
[c.[add.image.”url”]]
Other (always put before the text, never nest with a text tag)
Indenting text:
[ind]
Line Breaking:
[ld]
Random Generators
Random 1-100 generator:
[num.random]
Random 1-100 generator (with decimals):
[num.random.deci]
Random number Generator (input highest possible number and it will go from 1 to that number):
[num.random.add number here.]
Random number Generator (input highest possible number and it will go from 1 to that number,with decimals):
[num.random.deci.add number here.]
Random character generator:
[char.random]
Math (can be combined/nested with all random number tags when put in the math quotes.)
Addition:
[math.“2+2”]
Subtraction:
[math.“2-2”]
Multiplication:
[math.“2*2”]
Division:
[math.“2/2”]