Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- prontera,138,172,4 script DJ Prontera 711,{
- mes "[" + strcharinfo(0) + "]";
- mes "What Song Would you like to play?";
- mes "Per Soung 5TCG";
- next;
- if(countitem(7227)<5) goto L_NoMake;
- delitem 7227,5;
- mes "[" + strcharinfo(0) + "]";
- mes "thank you for playing song";
- switch(select("HunterXhunter:Chicksilog-kamikazee:Bahay kubo-hale:Magkabilang mundo-jireh lim:iisa lang-parokya:iLoveyouGirL-Ekulo")) {
- case 1:
- playBGMall "xxx","prontera";
- announce "NowPlaying-HunterXHunter By: " + strcharinfo(0) + "",0;
- close;
- case 2:
- playBGMall "xxx1","prontera";
- announce "NowPlaying-Chicksilog By: " + strcharinfo(0) + "",0;
- close;
- case 3:
- playBGMall "xxx2","prontera";
- announce "NowPlaying-Bahay Buko By: " + strcharinfo(0) + "",0;
- close;
- case 4:
- playBGMall "xxx3","prontera";
- announce "NowPlaying-Magkabilang mundo By: " + strcharinfo(0) + "",0;
- close;
- case 5:
- playBGMall "xxx4","prontera";
- announce "NowPlaying-Iisa Lang By: " + strcharinfo(0) + "",0;
- close;
- case 6:
- playBGMall "xxx5","prontera";
- announce "NowPlaying-ILoveUgirL By: " + strcharinfo(0) + "",0;
- close;
- case 7:
- mes "Okay Bye Cya Later";
- L_NoMake:
- mes "[" + strcharinfo(0) + "]";
- mes "You don't have the requirements.";
- mes "Please come back another time...";
- close;
- close;
- OnInit:
- waitingroom "PlayUrSong-DJ Jard",0;
- end;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement