Open 20milliliter opened 2 weeks ago
Hi, can I give it a try for this issue?
Sure. Just make sure that regular case (Branch()
, NextBranch()
, EndBranch()
), single case (Branch()
, EndBranch()
), and invalid case (EndBranch()
) all work as expected (no error, no error, error, respectively)
@20milliliter Hi I tired to try this issue but I figured out that this is kind of beyond my abilities. I do not think I can handle this. Sorry.
No worries, thank you for at least trying.
The following code:
produces dirty exception:
Trying to assign a value of type "Nil" to a variable of type "Array[ArgumentNode]".
@CommandBuilder.gd:68
CommandBuilder
contains an attempt to catch this error, but,