Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2013
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1.  
  2. prontera,138,172,4 script DJ Prontera 711,{
  3. mes "[" + strcharinfo(0) + "]";
  4. mes "What Song Would you like to play?";
  5. mes "Per Soung 5TCG";
  6. next;
  7. if(countitem(7227)<5) goto L_NoMake;
  8. delitem 7227,5;
  9. mes "[" + strcharinfo(0) + "]";
  10. mes "thank you for playing song";
  11. switch(select("HunterXhunter:Chicksilog-kamikazee:Bahay kubo-hale:Magkabilang mundo-jireh lim:iisa lang-parokya:iLoveyouGirL-Ekulo")) {
  12. case 1:
  13. playBGMall "xxx","prontera";
  14. announce "NowPlaying-HunterXHunter By: " + strcharinfo(0) + "",0;
  15. close;
  16. case 2:
  17. playBGMall "xxx1","prontera";
  18. announce "NowPlaying-Chicksilog By: " + strcharinfo(0) + "",0;
  19. close;
  20. case 3:
  21. playBGMall "xxx2","prontera";
  22. announce "NowPlaying-Bahay Buko By: " + strcharinfo(0) + "",0;
  23. close;
  24. case 4:
  25. playBGMall "xxx3","prontera";
  26. announce "NowPlaying-Magkabilang mundo By: " + strcharinfo(0) + "",0;
  27. close;
  28. case 5:
  29. playBGMall "xxx4","prontera";
  30. announce "NowPlaying-Iisa Lang By: " + strcharinfo(0) + "",0;
  31. close;
  32. case 6:
  33. playBGMall "xxx5","prontera";
  34. announce "NowPlaying-ILoveUgirL By: " + strcharinfo(0) + "",0;
  35. close;
  36. case 7:
  37. mes "Okay Bye Cya Later";
  38.  
  39. L_NoMake:
  40. mes "[" + strcharinfo(0) + "]";
  41. mes "You don't have the requirements.";
  42. mes "Please come back another time...";
  43. close;
  44.  
  45.  
  46.  
  47. close;
  48. OnInit:
  49. waitingroom "PlayUrSong-DJ Jard",0;
  50. end;
  51. }
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement