Now your plugin is registered at private repository so you can make use of this plugin. This guide shows how to make a bot using your plugin.
To make a testing bot with the plugin which you created you need to install STU and PAM and register at Supervisor.
If you start STU then above login page shows up. Please enter your Supervisor account to sign in.
Just after signing in STU it starts detecting plugins from official repository and private repositories registered at supervisor's private plugin menu. If it's first time to run the STU then it may take more than a few minutes. And afterwards this checking time will be reduced to a few seconds because of cache.
You can find your plugin ASCII Art at the last of Operations, Plugins-private group.
- Your plugin's display name is
ASCII Artbut above name is(P)ASCII Art.(P)means private.- If you want your plugin is going to publish to official repository then please ask us to publish.
- Once your plugin is published to
official repositorythe(P)prefix will be dissapeared.- If your plugin is exists both at
official repositoryandprivate repository:
- Same or grater version exists at
official repositorythen no(P)prefix exists- Greater version exists at
private repositorythen(P)prefix exists
If you drag and drop your (P)ASCII Art plugin at Operations to Timeline then you can see above image at your STU`. There is a Properties pane at the right side. Let's set next things:
Message: Any message is OK, above example isHi ASCII?Return valuesection: Save the result as{{my.a}}variableResult Type:StringVariableName:{{my.a}}
We will add two more operations to get the result of (P)ASCII Art plugin.
Firstly search run at the right to Operation and the drag and drotp the Run Program operation.
And then at Properties pane:
File Path:notepad
This means run empty notepad application.
Secondly search input at the right to Operation and the drag and drotp the Text Input operation.
And then at Properties pane:
Input type:UserVariablePaste Icon: checked- At drop down box: select
{{my.a}}
Now that is all to make a testing bot.
To run this bot, Test run from Run menu or press F5.
At the first time to run this bot it takes a few more seconds to build Virtual Environment for this bot.
You can see the result at the Notepad app as above example.






