--The actual rules. interact.rules = [[ Rules: 1. No griefing. 2. No hacked clients. 3. No dating. 4. No roleplay 5. No gay stuff. 6. No asking for privileges. 7. No asking for items 8. No stupid people 9. Everyone on here must be able to do basic maths ]] --The questions on the rules, if the quiz is used. --The checkboxes for the first 4 questions are in config.lua interact.s4_question1 = "Is dating allowed?" interact.s4_question2 = "Is roleplay allowed?" interact.s4_question3 = "Should you be not not not gay?" interact.s4_question4 = "Should you ask for privileges/items?" interact.s4_multi_question = "Which of these is true when a = 5 and m = 6 ?" --The answers to the multiple choice questions. Only one of these should be true. interact.s4_multi1 = "sqrt(a^2) + m == a + m" interact.s4_multi2 = "a + 2 = 3m" interact.s4_multi3 = "sin(m) = sqrt(a*2)"