Inserting variables in the script
Once you have tested the script and it is working properly, use the BlueZone Script Editor to modify the script by substituting the appropriate variables for the user name and password that were recorded in the login script.
1. Click Script Edit from the BlueZone menu bar.
2. Select login.bzs from the File Selection dialog and click Open.
The BlueZone Script Editor launches and the login.bzs script appears in the left panel.
Note that all the recorded events are shown in the script as well as the Wait_Ready # values used to determine when to send the next AID key.
3. To edit your user name, double-click Type “TestUser” (or whatever value you used) and replace the value with Var1.
4. Click OK.
5. To edit your password, double-click Type “************” and replace the value with Var2.
6. Click OK.
7. Click File Save from the Script Editor menu bar.