scripting:includes
This is an old revision of the document!
Includes
Rather than having all of your script code in the one 'ServerScript.mit' file, it is expected that you will split your script across multiple files, with each file usually relating to one area of your game-world. (e.g. You may have a file to handle all the usable items on your world).
To link files into your script, use the format..
<codedoc> #include “<FILENAME>” </codedoc>
scripting/includes.1332468444.txt.gz · Last modified: (external edit)
