In the next few days a new block type is being added to GSE3 - an If/Then/Else block.
This is a container block like loops but provides some if capabilities. This is possible with just a variable which is fine for one or two abilities but not great to manipulate blocks. This has the same API limitations in that it’s not dynamic and can only be tested in combat but it would allow for things like “I’m in the maw please do this instead of what I normally do”.
To use this you would create a variable that returns a true or false value. Then it’s add blocks which could be other loops, repeats, actions for the true or false part states.
Thank you, TimothyLuke, for making this amazing tool for our favorite game! <3
I recently found an older post where you shown us how we can use the pause feature to cast a spell if a spell becomes instant cast. I’m trying to set that up in GSE3, but have not been very successful as I am not sure if it should be in blocks, loop, repeater?
But then I ran across this post… is it possible to make it into an ‘IF’?
Your missing one very important thing. Variables can only be evaluated when you are out of combat. If/then are for things like am I this race or do I have this talent. They can’t be used for things like what is my current cast time as it will always evaluate your out of
Combat cast time and then use that.
The thing to consider is that GSE is a Macro Compiler.
The output of GSE is a macro based on the template that you are editing. Once combat starts that macro is set in stone until combat finishes and its execution is not in any way dynamic.
For things like your instant cast you have to follow the technique from the old post and update it to use a mix of pauses and action blocks, you have to preempt the proc.