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) which will be labeled SubScript1 and SubScript2.
-
Select the SubScript1 tab, the program will automatically place a StartScript and ExitScript steps on the page, (if one or both aren't visible, ensure the designer has been maximised and the scroll bar isn't hiding them below the window).
- In the Project Resources tab (left), change the default names of the two subscripts by:
- Click the file name once to highlight the script name to change.
- Click the name again after a second has passed to rename the files (right click is disabled in this window).
- Change the subscript file names to MySubscript and MySubscriptSubscript.
Before they can be used, each subscript requires a valid Exit Code:
- Double-click the ExitScript 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