You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.
For a script to compile with you calling function inside another script, you need to have the source file for that other script. However, you don't actually need the original, or even a valid script for this to work, you just need the correct function names etc.
You can manually "brute force" stubbed functions to make compilation work without having access to the original source files, but this takes a bit of time. It would be nice to have an option to automatically do it.
Maybe even just a "I know what i'm doing" option where it just blindly trusts the user has input the correct function names etc, and compiles without checking.
The text was updated successfully, but these errors were encountered:
For a script to compile with you calling function inside another script, you need to have the source file for that other script. However, you don't actually need the original, or even a valid script for this to work, you just need the correct function names etc.
You can manually "brute force" stubbed functions to make compilation work without having access to the original source files, but this takes a bit of time. It would be nice to have an option to automatically do it.
Maybe even just a "I know what i'm doing" option where it just blindly trusts the user has input the correct function names etc, and compiles without checking.
The text was updated successfully, but these errors were encountered: