External Script Loader
This script allows scripters to load external scripts into their projects. It supports loading scripts from encrypted archives as well.
Download
Script: download here
Installation
Place this script below Materials and above Main
Usage
To load and evaluate script, use the following function call:
load_script(script_path)
Example
I have a folder called “Scripts” and a script called “test.rb” in that folder.
If I want to load the script, I would just write
load_script("Scripts/test.rb")
This will evaluate the test script.
where do I add the Load_script(script_path)
im confused.
Does this include scripts outside the project folder?
If they are on the search path.
Excellent! Could this be modified to store variable strings like for example the Users name? By me, I mean.
What would you do with that?