When generating a graph, the graph will contain blank BaseIdentifier nodes such as StateAction.
These nodes serve no purpose on their own, but exist as placeholders.
Commonly they are connected to ports that are unused. Such as the "Else" output of SACheckThingNode
Cause
I believe NASB Parser creates these empty structures, but they may exist in the moveset itself.
Workaround
These nodes don't seem to do anything so they can be ignored, or deleted.
Bug
When generating a graph, the graph will contain blank BaseIdentifier nodes such as
StateAction
. These nodes serve no purpose on their own, but exist as placeholders. Commonly they are connected to ports that are unused. Such as the "Else" output of SACheckThingNodeCause
I believe NASB Parser creates these empty structures, but they may exist in the moveset itself.
Workaround
These nodes don't seem to do anything so they can be ignored, or deleted.