Something I wrote up for another forum... hope this helps somebody...
Scripts are found in your Scripts folder in you server.
You must have ftp access to the server or the server must be on your own computer.
(Or some servers may have an online control panel where you can edit the scripts)
When you first view the scripts you will have 4 files:
* Includes.txt
* NetworkCore.pas
* Core.pas
* AdminCore.pas
I recommend that you combine the NetworkCore.pas and the Core.pas files into one by copying the contents of Core.pas into the top of NetworkCore.pas. And then removing Core.pas line from your Includes.txt file. (Most of my scripts will require this to be done)
To add a script, just find the procedures in the script and replace/add to your existing code in your own files. And then save/upload your new script files.
One you have changed the code you can either restart the server or in game you can type /recompile if you have admin.
Things to keep in mind:
* You cannot have 2 of the same procedure
* You can add new script files but you must add it to Includes.txt
* If you have a bad script, /recompile will crash the server
* Global variables cannot be used in a different script file.
More script help can be found at:
http://enesce.com/help/