Guest User

Untitled

a guest
May 20th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. on *:LOAD: {
  2. :whatisyournick
  3. set %IngameNameVariable $?="What is your ingame nick?"
  4. if ( $len(%IngameNameVariable) < 3 ) goto whatisyournick
  5. }
  6.  
  7. on *:TEXT:$( *IRC PM* $+ %IngameNameVariable $+ *eon* ):*: {
  8. if ($nick != Robo-Cop && $nick != Robo-Thief) halt
  9. msg #crrpg !say {FF0000} Rank Nick of the Eggland Independence Regime on Duty
  10. }
  11.  
  12. on *:TEXT:$( *IRC PM* $+ %IngameNameVariable $+ *eoff* ):*: {
  13. if ($nick != Robo-Cop && $nick != Robo-Thief) halt
  14. msg $iif(RegularBot ison #regs,#regs,#crrpg) !say {FF0000} Rank Nick of the Eggland Independence Regime off Duty
  15. }
Add Comment
Please, Sign In to add comment