########################################################################################
# 			       Purpose of this file
########################################################################################

This File lists the includes you have to use when working on Etheria.

Note: include files not listed here are optional, but may of course be used as well.

########################################################################################
#      /scripts/include
########################################################################################

 - cmdlevels.inc        .... use this whenever working with commandlevels
                             As opposed to hardcoding values, using this file will help
                             ensure that your scripts are still working should 
                             additional commandlevels be added.

 - gumpcolors.inc       .... use this whenever working with gumps.
                             This simple constant-collection ensures that all gumps are 
                             kept Etheria-Style colorwise.
                            
 - messagecolors.inc    .... use this whenever working with the sendsysmessage() function
                             This file makes sure that system messages Etheria-wide 
                             follow a universal color pattern. This should make it more
                             easy for players to recognize messages of varying 
                             importance.
 