Guest User

Untitled

a guest
Jul 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. elseif (%roll [ $+ [ $nick ] ] < %roll [ $+ [ $gettok(%game [ $+ [ $nick ] ] ,1,32) ] ]) {
  2. msg $chan 07[Dice Duel]10 $gettok(%game [ $+ [ $nick ] ] ,1,32) 1wins the3 $sn($gettok(%game [ $+ [ $nick ] ] ,2,32)) 1pot!
  3. writeini profit.ini profit $gettok(%game [ $+ [ $nick ] ] ,1,32) $calc($readini(profit.ini,n,profit,$gettok(%game [ $+ [ $nick ] ] ,1,32)) + %pwin )
  4. writeini profit.ini profit $nick $calc($readini(profit.ini,n,profit,$nick) - %pot )
  5. writeini wins.ini Wins $gettok(%game [ $+ [ $nick ] ] ,1,32) $calc($readini(wins.ini,n,wins,$gettok(%game [ $+ [ $nick ] ] ,1,32)) + 1)
  6. writeini losses.ini Losses $nick $calc($readini(losses.ini,n,losses,$nick) + 1)
  7. unset %roll $+ [ $gettok(%game [ $+ [ $nick ] ] ,1,32) ]
  8. unset %roll $+ $nick
  9. unset %game $+ [ $gettok(%game [ $+ [ $nick ] ] ,1,32) ]
  10. unset %game $+ $nick
Add Comment
Please, Sign In to add comment