-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
currently
local script = scm:load("unknownScript")returns nothing.
It would be great if it would not only return the default "require" if it does not find the script, so that it at least is loaded,
it would be even greater if it would use the same search as default search in lua, as that would enable it to scan all
--@requiresinstances within the script as well.
The script should not be added to the scripts Table in SCM, as there would be nothing to update etc...
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Done