Advertisement
hendra814

Item Mall

Oct 10th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 14.66 KB | None | 0 0
  1. prontera,129,215,5  script  GM Room 89,{
  2.  
  3. set $@GMLevel,60;
  4.  
  5. if (getgmlevel()>=$@GMLevel){goto GM_Player;}
  6. mes "[ GM Staff ]";
  7. mes "Sorry, kamu tidak memiliki akses untuk masuk room ini.";
  8. mes "Room ini khusus untuk GM staff";
  9. close;
  10.  
  11. GM_Player:
  12. mes "[ GM Staff ]";
  13. mes "Yakin mau masuk room ini?";
  14. next;
  15. switch(select("Ya:Tidak")) {
  16. case 1:
  17. warp "quiz_01",210,193;
  18. close;
  19.  
  20. case 2:
  21. mes "[ GM Staff ]";
  22. mes "Bye Bye.""quiz_02" ,337,81;
  23. }  
  24.  
  25. //The Exit to Prontera
  26. quiz_02,338,74,4    script  Exit Mall   723,{
  27.     warp "prontera" ,160,162;
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement