Advertisement
aksels101

Untitled

Aug 12th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. math.randomseed(tick())
  2.  
  3. Players_Met = {}
  4. Target = nil
  5. Tones = {
  6. Enum.ChatColor.Blue,
  7. Enum.ChatColor.Green,
  8. Enum.ChatColor.Red,
  9. }
  10.  
  11. Random_Thoughts = {
  12. "Oh boy! Such a sunny day.",
  13. "Lalalala..",
  14. "Meh.",
  15. "Hmm..",
  16. }
  17.  
  18. Neutral_Answers = {
  19. Hello = {
  20. "Hi.",
  21. "Hello.",
  22. },
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement