Advertisement
XxItzMichaelxX

Untitled

Jan 9th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. else if arg-1 is "steal":
  2.             set {_waited} to difference between {steal.%event-member%.lastused} and now
  3.             if {_waited} is less than 15 seconds:
  4.                 send "```diff%nl%- Error: Please wait %difference between 15 seconds and {_waited}% before you can use this command again! -%nl%```" to event-channel with event-bot and store it in {_msg}
  5.                 wait 5 seconds
  6.                 delete event-message with event-bot
  7.                 delete random message out of {_msg} with event-bot
  8.                 stop
  9.             else if {roamers.%event-channel%} >= 1:
  10.                 chance of 7%:
  11.                     add 1 to {puresouls.%event-member%}
  12.                     send "```diff%nl%+ You successfully stole a pure soul from a roaming human in %event-channel% +%nl%```" to event-channel with event-bot and store it in {_msg}
  13.                     remove 1 from {roamers.%event-channel%}
  14.                     wait 2 seconds
  15.                     delete event-message with event-bot
  16.                     delete random message out of {_msg} with event-bot
  17.                     stop
  18.                 chance of 10%:
  19.                     add 1 to {torturedsouls.%event-member%}
  20.                     send "```diff%nl%+ You successfully stole a tortured soul from a roaming human in %event-channel% +%nl%```" to event-channel with event-bot and store it in {_msg}
  21.                     remove 1 from {roamers.%event-channel%}
  22.                     wait 4 seconds
  23.                     delete event-message with event-bot
  24.                     delete random message out of {_msg} with event-bot
  25.                     stop
  26.                 else:
  27.                     send "```diff%nl%- You failed to steal a soul from a roaming human in %event-channel% -%nl%```" to event-channel with event-bot and store it in {_msg}
  28.                     wait 4 seconds
  29.                     delete event-message with event-bot
  30.                     delete random message out of {_msg} with event-bot
  31.                     stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement