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.

You may also like...

5 Responses

  1. AzraelGodKing says:

    where do I add the Load_script(script_path)
    im confused.

  2. KanaX says:

    Does this include scripts outside the project folder?

Leave a Reply to KanaX Cancel reply

Your email address will not be published. Required fields are marked *