GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

Allow for variables to be added to macros

TimothyLuke opened this issue · 4 comments

commented

Picking up an idea from #384 be able to create variables to save typing extra stuff into the macro.

Each variable should be Macro specific and follow the format {{VARIABLE}}

There should be some premade variables like {{GCD}}

EG:

variable Trinket1 = 13
/use ~~Trinket1~~
commented

Had to use ~ as the control character instead of {

commented

image
image

If you look at the output in the bottom left corner:
image

commented

Is there an example of how the ~~GCD~~ variable might be used within a sequence?

~~HE~~ works great in many of my PreMacros and I'm able to remove duplicate sequences that disabled heart essence. Thank you for this!

commented