Advertisement
Xboss_shipmake

8ball Script

May 2nd, 2020
526
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. local answers = {"Yes!","Nope!","You wish.","I wouldn't chance my luck with it.","Nah.","According to my calculations, no.","You bet.","I don't know.","Not sure.","Hmm, try again later.","Of course!","Obviously!","Only if!","Most likely.","I don't know. What am I, your bot!?","Ngl, it's true."}
  2. function OnPlayerChat(p,t)
  3. if t:find("!8ball ") or t:find("!8Ball ")then
  4. ans = math.random(1,#answers)
  5. ConsoleMessageAllPlayers("[^3MobBot^7] "..answers[ans])
  6. end
  7. end
  8. function OnEverySecond(p)
  9. BigMessageAllPlayers("\n\n\n\n\n^1!8ball^7 <^1question^7>")
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement