Author Topic: What language are chatbots made in?  (Read 687 times)

/title
Is it C++, Java, etc. ? I really would like to know, thanks.


just like everything else in this game




port probably did something stupid at some point in time and made one in python that interfaces with torquescript

I wrote a chatbot in Python and C++
of course in the end you have to network with TS if you want Blockland to use it.

You have to use TorqueScript, but the initial script could be in Python or C++.

I have a chatbot written in Python, although I connect to it via a Client_ addon.
dont you love bumps

but the initial script could be in Python or C++
you can make the chatbot in any language you want, so long as it has some sort of networking capability.