Reviving The HN Bot Engine! - HNBE2 in the works!
So, yeah; i actually lost the source code for the HN Bot Engine years ago lol.
But, looking back at it; it was rather impressive...
So0o0o, i've decided to recreate the HNBE... plus the many ideas that i have for improvements.
Video shows that i still got it :P
Rewrote everything from the ground up; video shows that i have image recognition and background simulation and so forth.
I have decided to completely ditch the XML language approach; and have gone towards a more sort of command line like language.
For example,
log hello world ~~color=red
type thing.
keeping the language simple, as i did a bit with the previous version of the HNBE. As per IF statements; i will be just be replacing them with a more ugly, but old school approach to keep things simple.
IE,
ifGoto blah blah blah
sort of thing.
Later on i may take the time to make it closer to