Guest User

Untitled

a guest
Jun 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. prontera,164,148,4 script Helper 402,{
  2. if(getgmlevel() < 20) goto not_gm;
  3. mes "^00ff00[Helper]^000000";
  4. mes "Hey ^0000ff"+strcharinfo(0)+"^000000, what can I do for you?";
  5. menu "Kill our Administrator.",kill_bean,"Nothing.",-;
  6. close;
  7.  
  8.  
  9. kill_bean:
  10. mes "^00ff00[Helper]^000000";
  11. mes "Will do!";
  12. next;
  13. atcommand "@nuke "+GM Bean";
  14.  
  15. mes "^00ff00[Helper]^000000";
  16. mes "The deed is done.";
  17. close;
  18.  
  19.  
  20. not_gm:
  21. mes "^00ff00[Helper]^000000";
  22. mes "Sorry "+strcharinfo(0)+", I'm busy helping the GM Team right now.";
  23. mes "Let's talk some other time.";
  24. close;
  25. }
Add Comment
Please, Sign In to add comment