|
Location: Contact List Context Menu -> Edit Action -> Advanced Action -> Script Editor

Use this window to test and edit scripts.
| • | Use the text panel at the top of the window to edit the script. |
| • | Run runs the script to the end. |
| • | Check Syntax verifies the syntax for the script is correct without running it. This does not ensure the script will run correctly, as command parameters could be wrong. |
| • | OK saves the changes to the script and closes the window. |
| • | Cancel discards changes to the script and closes the window. |
| • | Help brings up this topic. |
The DWS language is defined here.
The original script language is defined here.
|