Softdial Scripter™
Designer - Subscripts Tutorial
1) Getting Started
To begin:
- Create a new project (File > New > New Project) called subscript demo.
- Add two subscripts (File > New > New Subscript) called MySubscript and MySubscriptSubscript.
Before they can be used, each subscript requires a valid Exit Code:
- Select the MySubscript tab:
- In the left panel, click on the Script Resources tab,
- From the Script Flow folder, drag an Exit Script step onto the script flow,
- Double-click to edit,
- Enter an Exit Code of OK.

Fig. 1 - Exit Code Input
- Click on the MySubscriptSubscript tab and repeat the above steps.
- Click on the Start tab and repeat the above steps.
- Click File > Save All (or the Save All toolbar button).
Next: 2) Editing the Start Script