HOW TO SETUP ENs SCRIPT LIBRARY FILES
By default I place all my sub files in this location "c:\easyuo\euo scripts\ENs-Script Library". For simplicity sake you can also use this directory in which case read no further. Just make that directory and then down load and Save the attached file ENs-setting.txt to the folder were you have euox.exe located. (Save the sub files to the directory you made).
If you wish to use a different directory to store the Sub Files the simplist method is to make a file called ENs-settings.txt and place it in the same directory as EUOX.EXE. Inside the file add the line Set %EN_subscriptPath <path> as shown below (example file attached):
; Location Of EN - Sub Files:
set %EN_SubScriptPath C:\EASYUO\EUO , #spc , Scripts\ENs-Script , #spc , Library
If you wanted to use a desktop folder, something like C:\Documents and Settings\Me\Desktop\ensubs, the editted line would be:
set %EN_SubScriptPath C:\Documents , #spc , and , #spc , Settings\Me\desktop\ensubs
OLD METHOD: Noted for backwards compatibility only please use above method.
This method has the disadvantage of you having to edit the Directory path every time the script is updated, and thus defeats the purpose of the framework, so I highly recommend you use the method above.
Edit the line near the top of the main script that reads below, to the new directory location (ENs-Settings Above overrides this so ENs-settings must be blank or non existant).
set %EN_SubScriptPath C:\EASYUO\EUO , #spc , Scripts\ENs-Scripts , #spc , Library