izlude,93,136,4 script Call Allies 484,50,50,{
mes "I can recall your party for 5,000,000z";
switch(select("Ok do it:No thx...")) {
case 1:
mes "Ok...";
next;
if (Zeny < 5000000) {
mes "You dont have enought zeny...";
close;
}
else {
mes "Allright, good luck!";
next;
set Zeny,Zeny-5000000;
callfunc( "F_PartyReCall" );
close;
}
case 2:
mes "As you wish..";
next;
close;
}
}
and this function (took from another post of capcuhe, thanks o:!)
Question
Kido
hello, i have this npc
and this function (took from another post of capcuhe, thanks o:!)
when i choose no it's ok
whe i choose yes and i don't have money it's ok too
but if i choose yes and i have the money the npc recalls the party, but it gets stuck
which doesnt allow me to close the message window and continue D: dunno why
i tried a lot of thigns but no one worked
here is an example
i would like to know how to make it close the last window
i know, it sounds simple, but for a weird reason i can't make it ):
what did i miss or what i'm not lloking D:?
thanks in advance o:!
Link to comment
Share on other sites
2 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.