If a player use the npc he can choose a song before it plays he needs to pay 1 tcg before after that other players can use the npc after 1 minute.
prontera,119,199,4 script DJ Test 116,{
mes "What Song Would you like to play?";
switch(select("Still Worth Fighting For:Move your Body:Make a Move:None")) {
case 1:
playBGMall "002","prontera";
close;
case 2:
playBGMall "003","prontera";
close;
case 3:
playBGMall "004","prontera";
close;
case 4:
mes "Okay Bye Cya Later";
close;
}
}
Question
itsmeyoe
If a player use the npc he can choose a song before it plays he needs to pay 1 tcg before after that other players can use the npc after 1 minute.
Edited by EmistryPlease use CODEBOX.
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.