Guest User

Untitled

a guest
Apr 22nd, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. on *:text:Players now have 5 minutes to place their bets. !bet sentinel / !bet scourge:#:{
  2. if ((($nick == Spectre^__^) || ($nick == Spectre^__^-)) && ($nick ison #dota2.fi) && ($nick isop #dota2.fi) && ($chan == #dota2.fi)) {
  3. var %random $r(1,2)
  4. if (%random == 1) {
  5. timer 1 $r(30,240) msg #dota2.fi !bet sentinel
  6. }
  7. else {
  8. timer 1 $r(30,240) msg #dota2.fi !bet scourge
  9. }
  10. }
  11. }
Add Comment
Please, Sign In to add comment