Search results

  1. 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