skript-reflect
skript-reflect copied to clipboard
Make EffReturn be ignored if not in correct section
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.
Do you think it would be better to instead only print this error when not in a StructFunction?