Kingdom-of-The-Moon / FiguraRewriteRewrite

rewrite of the rewrite of figura
GNU Lesser General Public License v2.1
1 stars 1 forks source link

Added callback function to require #37

Closed KitCat962 closed 1 year ago

KitCat962 commented 1 year ago

With my libraries, I tend to do optional dependencies or custom error messages to explicitly state that a specific library is required, rather than a generic "script does not exist". Problem is, require just crashes the script, and while there is pcall, I have yet to find a solution that I like.

see Mod Suggestions