How would I make a give points script with a :Chatted event

Please try to stay inline with the rules/guidelines on About the Scripting Support category. What have you done to try to fix the issue, what errors occured, code, etc.

Here’s a sort of proto structure of what you should be doing for the code though:

  1. a table full of the functions for commands, name, description, calls, rank, etc.
  2. a function that adds a command to that table
  3. Chatted event that does string manipulation to check if it’s a command and what command to run.
2 Likes