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.
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.