Recent content by Subsonice

  1. S

    chatbotScript

    I figure it works for other people. I don't know what the deal is. Is it running as your chatbotScript, and running when a PM is sent to you?
  2. S

    chatbotScript

    I tried this before, and just tried it again. It still doesn't respond to PMs. I'm not sure that if the problem is with the script, because I'm using a script that the wiki and other people have used, and it works fine for them, I suppose. When I run the script manually from KolMafia, it works...
  3. S

    chatbotScript

    I'm trying to setup the most simple chatbot ever. It will evolve into something else later, but I'm just trying to get the most basic function to work. Here's the script.ash: void main(string sender, string message){ print(sender + ": " + message , "green"); } So it's just logging the...
Top