Advertisement
Jens_Huib

Untitled

Mar 19th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. # Bob A.I.(ish) © Copy-right Jens_Huib453
  2. variables:
  3. {bob.$player$} = 0
  4.  
  5. options:
  6. add "How do portals work" to {bob.list::1}
  7. add "How do the portals work" to {bob.list::1}
  8. add "How do portals work?" to {bob.list::1}
  9. add "How do the portals work?" to {bob.list::1}
  10. add "How do I join staff" to {bob.list:2}
  11. add "How do I join the staff" to {bob.list::2}
  12. add "How do I join staff?" to {bob.list:2}
  13. add "How do I join the staff?" to {bob.list::2}
  14. add "How do I fix portals" to {bob.list::3}
  15. add "How do I fix the portals" to {bob.list::3}
  16. add "How do I fix portals?" to {bob.list::3}
  17. add "How do I fix the portals?" to {bob.list::3}
  18. add "How are you" to {bob.list::4}
  19. add "How are you bob" to {bob.list::4}
  20. add "How are you doing" to {bob.list::4}
  21. add "How are you doing bob" to {bob.list::4}
  22. add "How are you?" to {bob.list::4}
  23. add "How are you bob?" to {bob.list::4}
  24. add "How are you doing?" to {bob.list::4}
  25. add "How are you doing bob?" to {bob.list::4}
  26. add "how do portals work" to {bob.list::1}
  27. add "how do the portals work" to {bob.list::1}
  28. add "how do portals work?" to {bob.list::1}
  29. add "how do the portals work?" to {bob.list::1}
  30. add "how do I join staff" to {bob.list:2}
  31. add "how do I join the staff" to {bob.list::2}
  32. add "how do I join staff?" to {bob.list:2}
  33. add "how do I join the staff?" to {bob.list::2}
  34. add "how do I fix portals" to {bob.list::3}
  35. add "how do I fix the portals" to {bob.list::3}
  36. add "how do I fix portals?" to {bob.list::3}
  37. add "how do I fix the portals?" to {bob.list::3}
  38. add "how are you" to {bob.list::4}
  39. add "how are you bob" to {bob.list::4}
  40. add "how are you doing" to {bob.list::4}
  41. add "how are you doing bob" to {bob.list::4}
  42. add "how are you?" to {bob.list::4}
  43. add "how are you bob?" to {bob.list::4}
  44. add "how are you doing?" to {bob.list::4}
  45. add "how are you doing bob?" to {bob.list::4}
  46.  
  47. command /bob <text>:
  48. usage:
  49. trigger:
  50. if arg-1 is not set:
  51. if {bob.%player%} is 0:
  52. send "&7[&aBob&7] &8» &fHello I am Bob, Nice to see you around here." to player
  53. send "&7[&aBob&7] &8» &fType &f/bob faq &fto see all answered questions." to player
  54. add 1 to {bob.%player%}
  55. else if {bob.%player%} is 1:
  56. send "&7[&aBob&7] &8» &fPlease put in your question." to player
  57. if arg-1 is "faq":
  58. send "How do the portals work?" to player
  59. send "How do i fix the portals?" to player
  60. send "How can i join the staff?" to player
  61. send "How are you doing bob?" to player
  62. if arg-1 is not {bob.list::1} or {bob.list::2} or {bob.list::3} or {bob.list::4} or "faq":
  63. send "&7[&aBob&7] &8» &fSorry that question is not registered yet." to player
  64. send "&7[&aBob&7] &8» &fPlease type &7/bob faq &f for the registered ones." to player
  65. if arg-1 is {bob.list::1}:
  66. send "&7[&aBob&7] &8» &fThey just work like normal portals." to player
  67. send "&7[&aBob&7] &8» &fYou just walk into them." to player
  68. if arg-1 is {bob.list::2}:
  69. send "&7[&aBob&7] &8» &fThere are no application fomrats yet." to player
  70. send "&7[&aBob&7] &8» &fBut you can get an interview by staff." to player
  71. if arg-1 is {bob.list::3}:
  72. send "&7[&aBob&7] &8» &fIf you walk into them step out and wait for a second." to player
  73. send "&7[&aBob&7] &8» &fIf they still don't work ask a staff member." to player
  74. if arg-1 is {bob.list::4}:
  75. send "&7[&aBob&7] &8» &fHow am i? Huh, not asked that a lot." to player
  76. send "&7[&aBob&7] &8» &fI guess im doing good I'm doing good..." to player
  77. send "&7[&aBob&7] &8» &fIf you call being stuck in a box being forced to answer questions without being payed." to player
  78. send "&7[&aBob&7] &8» &fThen yes I'm good." to player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement