07-30-2011, 12:35 AM
If you're going to have a string replacement, you can code it to be random.
[lua]
local strings = {"FAILZOR", "NOOB", "FAILISM", "ROBLAWKED"}
FilterChat(strings[math.random(1, #strings)])
[/lua]
[lua]
local strings = {"FAILZOR", "NOOB", "FAILISM", "ROBLAWKED"}
FilterChat(strings[math.random(1, #strings)])
[/lua]