Hey Toribash community,
I am trying to create communication between Toribash and <insert language here> (Python for me). I have looked into luasocket, managed to get one compiled and work on standalone lua interpreter but I can not seem to be able to import it in Toribash scripts (does not look for .dll files, it seems).
I also noticed one post here which seemed related, but links do not work / did not tell how it works:
http://forum.toribash.com/showthread.php?t=455871
Do you happen to know any means to get luasocket working in Toribash, or communicate with outside code via other (sensible) means?
Ultimately I am planning to control characters from Python and, you guessed it, apply the fancy derp learning on it to train characters to fight. I have created other lua code needed, based on the interesting evolver code by Siim Põder (github/toribash-evolver).
Cheers