I tried loading the SynBot plugin following the tutorial and the plugin just comes up as a white box. I tried loading it into a clean new project and got the same results.
I am using window 10 32bit laptop, ARC version 2018.01.15.00
My guess is the plugin needs to be updated.
any suggestions?
And for first question only Classic to day i just look to the opportunity to migrate to oscova modern version
Jlucben, Here is a routine I came up with. It watches for change in the $SynbotTextResponse variable and then checks if the Learned.siml file exists (UnasLearned.siml) in mycase and then takes the learned data from that file and writes it to another file NewData.siml. This way the learned siml data is not lost at restart. I have created a few simple siml files for. BlankCanBlank, BlankHaveBlank, BlankCanNotBlank... Here is the code for one of the siml file BlankCanBlank
And here is the Learned file data I capture and copy to the NewData file
So the pattern and the response is created by the <learn>
Here is the EZ-Script that does the copy and then deletes the Learned file.
Rewrite of the EZ-Script This now allows for any size Learned.siml source file. I needed the rewrite so as to support having random and multiple responses learned.
Here is an example of a multiple response learn That creates: Where is * located And Is * located in *
And the Random looks like this:
Here is the updated EZ-Script.
It works slick.
Hi
I will correct the plugin in order to append the learned models in the learned.siml file, when a new model is learned.
But your code is working fine ......
I still have a lot to learn about SIML, but I love the plugin. Great job. I will let you know of anything else I find before I write code to work around it.
Thanks
I have a developper licence for Synbot and have easiercontacts with the indian company. So don't hesitate to contact me in case of problems or questions before coding.
I will publish a new version as soon as possible with ability to integrate easilly personnal Adaptators for new SIML tags Coded in C# and a Bot learning framework using User Variables and Maps.
New version with update Learn.SIML in Append mode will be soon.
Syntax for the exponent function
I tried <Match />e<Match Index ="2" />
where both match = 2 and I get an answer of 200
If I try <Match />e(<Match Index ="2" />) I get nothing
couldn't find anything on it so I used JavaScript: