skript-reflect icon indicating copy to clipboard operation
skript-reflect copied to clipboard

Make EffReturn be ignored if not in correct section

Open TheLimeGlass opened this issue 2 years ago • 1 comments

Make EffReturn be ignored if not in correct section. Currently skript-reflect will override Skript's own EffReturn. Even when in a function Structure.

To avoid this, and any other possible causes, skript-reflect should just silently return false and not error, because erroring makes Skript stop searching for possible syntaxes.

TheLimeGlass avatar Dec 27 '23 19:12 TheLimeGlass

Do you think it would be better to instead only print this error when not in a StructFunction?

APickledWalrus avatar Feb 21 '24 20:02 APickledWalrus