Scripter setup files
====================

  ignore

    This is a listing of commands that should be
    ignored by the Scripter parser. This is for
    those commands implemented on other versions
    of Scripter and need recognition in order to
    not flag an 'unknown command' error.
    Putting them in a file makes the parser
    'upgradeable' without needed recompilations
    and new software releases.
    THE COMMANDS MUST BE IN LOWER CASE.
    There is no distinction made between an opening
    and closing command. </cmnd> and <cmnd> are
    treated identically.
    This is done after the parser lookup fails to
    match the command, so it is not possible to
    replace the existing Scripter commands.
    The behaviour, upon matching a command to this
    list, is to simply ignore the command.


  styles

    Style definitions for Scripter. Alter only if
    you know what you are doing...


