Editing Agents' Properties
You can have your script change the behavior of your agent in any of several ways. The script can, for example:
- Change the events the agent fires on.
- Edit the details of a schedule (for scheduled events).
- Implement filtering.
- Implement error logging.
- Return assert and response strings (example: "now at line 27") for debugging purposes (using the command Script.Response=<string>).