Jlucben
France
Asked
— Edited
Resolved by DJ Sures!
Hi
I'am in testing phase of a new plugin Synbot Plugin
I Have included five commands as yu can see in the sheet tab
but in the blocky list of command for ControlCommand() block , only 2 commands are selectable
Thanks for your help
Correct - ControlCommand() in Blockly will not display any commands with more than one parameter. This is because second parameters are optional or user defined, and there's no interface in Blockly to collect that information. Limit to one parameter only.
Thanks dj
It's a limit It Will be fine to improve in next releases
A next question on plugin is it possible To return a value ControlCommand of a plugin and how if possible can we do that in plugin code Thanks
Jean luc
you cannot return a value as controlcommand. However, you may wish to either
Assign a value to a variable: https://synthiam.com/Tutorials/UserTutorials/146/19
Create an EZ-Script function: https://synthiam.com/Tutorials/UserTutorials/146/22
here is the plugin tutorial: https://synthiam.com/Tutorials/UserTutorials/146/1
Ok dj
I have already included options 1 and 2 in the plugin It can be made public in one or 2 weeks after more deeper intégration testing
Thanks for all
Excited to see it
Just waiting a little bit dj it's i think a good alternative to pandora bots full open source and very more powerful I am french so i need more work To give examples in french and english
But it's on a very good way
Wow - that is great! Many people here will be happy for your work
@Jlucben I installed your SynBot plugin following your tutorial step by step and the control box is just a white box. I have the SynBot Studio installed and a project created. I have downloaded the sample zip file and copied it contents to the projects folder. When I open Syn Studio, I can see all the ARC pieces. Any Ideas what I might have done wrong?
Richard Z.