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

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

To create code blocks or other preformatted text, indent by four spaces:

    This will be displayed in a monospaced font. The first four 
    spaces will be stripped off, but all other whitespace
    will be preserved.
    
    Markdown is turned off in code blocks:
     [This is not a link](http://example.com)

To create not a block, but an inline code span, use backticks:

Here is some inline `code`.

For more help see http://daringfireball.net/projects/markdown/syntax