Script Editor

The Script Editor is a built-in editor that you can use to create, open, and save scripts through the host server.

You can use the Script Editor to customize many aspects of the engine and directly affect how messages are handled. It does this by creating files for storing Tcl procedures, and editing existing files or Tcl procedures.

Tcl scripts can be expanded in the Site Manager to list the procedures that they contain. Double-clicking a file opens it in the Script Editor.

Points to remember:

  • When doing a search, Shift+Enter performs a backwards search.
  • Searches can include more than one word.
  • Searches are case insensitive.

Additional features are also available. See Advanced features.

Script file locations

Custom Tcl procedure files reside in $HCISITEDIR/tclprocs.

JavaScript scripts reside in $HCISITEDIR/scripts.

Python scripts reside in $HCISITEDIR/scripts.