Hello,
Here i’m releasing my automatic reply system, that includes player prefixes (using license).
The words in the chat message do not have to be in the right order, the script mixes the order of the words it’s self.
Configuration
questions = {
"write all in small letters",
"don't use question mark (?)",
"seperated by commas",
"this is question NR. 4"
} -- set your messages here
answers = {
"This is the answer to question NR. 1 set above.",
"Use small and big letters.",
"Set a point (.) at the end.",
"This is the answer to question NR. 4 set above."
} -- set your replies here
local debug = "false" -- set this to "true" (enable) or "false" (disable) | shows, what the script is currently doing (in console)
prefixes = {
"prefix1",
"prefix2"
} -- set your prefixes here (do not list default here!)
-- default = {"prefix | ", r, g, b}
default = {"Player | ", 0, 0, 20}
-- prefixname = {"license:playerlicense", "prefix | ", r, g, b}
-- ONLY LICENSE!
prefix1 = {"license:6917e9c059e05a93c3bc8b4947bbb9b35628aada", "Owner | ", 255, 0, 0}
prefix2 = {"license:816be4ca8f66da5f53998d688ece517ff9c1eb13", "Moderator | ", 255, 0, 255}
If you do not know how to get the player license: if you have debug mode enabled, it will show your license in the console, when you’re joining. Else you can use vespura’s script.
This script is incompatible with scripts like rolesFX, but there should not be any need for them, when you’re using this script.
Feel free to comment and summit any problems or bugs.
Do not repost this script without my permission!
AutoReply.zip (2.9 KB)
Idea by Sheriff.Smiley