The scripts development is possible only using of a standard project template of Visual Studio. the template project link is on the Forum in the Scripts Updates section (registration is required).
1. Register, download
2. Unarchive, put on disk
3. Open in Visual Studio, rename
By default, if you compile the project, Botbeetle.Script.dll library will be created. To create a library with a different name, change the Assembly Name.
4. Change the library creation path
For the subsequent debugging convenience, change the path (location) of the being created library . By default, the botbeetle program automatically downloads all the libraries from the folder:
<Username>\Documents\Botbeetle\Scripts
5. Build project
Build a project. The library will be created in the specified directory.
5. Created YourName.Scripts.dll
The created library can be seen in the program. Important: the library name must contain the word “Scripts”.