Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. AntiDice := 0 ; <- Nach ganz oben
  2.  
  3.  
  4.  
  5. if (instr(Chat0, "Verwende /accept dice oder /cancel dice.")) || instr(Chat1, "Verwende /accept dice oder /cancel dice.") && not (instr(Chat0, "das Angebot")){
  6. if (AntiDice = 0){
  7. AddChatMessage("{FFFFFF}[{0489B1}Keybinder{FFFFFF}] Du hast eine Diceanfrage bekommen. Um den Anti-Dice Mode zu aktivieren /adice eingeben.")
  8. }else{
  9. SendChat("/cancel dice")
  10. }
  11. }
  12. return
  13.  
  14. :?:/adice::
  15. Suspend, Permit
  16. if (AntiDice = 0){
  17. AddChatMessage("{FFFFFF}[{0489B1}Keybinder{FFFFFF}] Du hast den Antidice Modus {04B404}eingeschaltet{FFFFFF}.")
  18. AntiDice := 1
  19. }else{
  20. AddChatMessage("{FFFFFF}[{0489B1}Keybinder{FFFFFF}] Du hast den Antidice Modus {CC0000}abgeschaltet{FFFFFF}.")
  21. AntiDice := 0
  22. }
  23. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement