favor indicar como se configura y adonde se colocan los archivoz wav el scrip esta areglado pero aun da errores quiero saber si se puede reparar o no funciona este npc totalmemte.
gracias.
prontera.gat,135,189,1 script Music NPC 741,{
mes "[Music Npc]";
mes "Hello, I can play music for you. Would you like to do this?";
next;
menu "Yeah, Dance Dance Dance",yes,"No way",no;
no:
mes "Ok, come back later!";
close;
yes:
mes "What would you like to hear?";
next;
menu "Rock",L_rock,"Rap",L_rap,"Dance",L_dance,"Jazz",L_jazz;
L_rock:
mes "Alrighty! that'll be 50,000 zeny please!";
if (zeny < 50000) goto nozeny;
Set Zeny, Zeny -50000;
next;
soundeffectall "effect\\Rock_play.wav",0,24,"prontera.gat",0,0,500,500;
announce "Now dance!!! Everybody DANCE!!!!",0;
close;
L_rap:
mes "Alrighty! that'll be 50,000 zeny please!";
if (zeny < 50000) goto nozeny;
Set Zeny, Zeny -50000;
next;
soundeffectall "effect\\Rap_play.wav",0,24,"prontera.gat",0,0,500,500;
announce "Now dance!!! Everybody DANCE!!!!",0;
close;
L_dance:
mes "Alrighty! that'll be 50,000 zeny please!";
if (zeny < 50000) goto nozeny;
Set Zeny, Zeny -50000;
next;
soundeffectall "effect\\Dance_play.wav",0,24,"prontera.gat",0,0,500,500;
announce "Now dance!!! Everybody DANCE!!!!",0;
close;
L_jazz:
mes "Alrighty! that'll be 50,000 zeny please!";
if (zeny < 50000) goto nozeny;
Set Zeny, Zeny -50000;;
next;
soundeffectall "effect\\Jazz_play.wav",0,24,"prontera.gat",0,0,500,500;
announce "Now dance!!! Everybody DANCE!!!!",0;
close;
nozeny:
mes "Sorry but you don't have enough zenys";
close;
}

este error me lanza.
favor indicar q problemas tengo que no se nada de nada. =_=" toy desesperado
