As stated above, has anyone come across a kind of npc which accepts any amount of zeny from a player and places the player on a ranking list which states who is the current highest contributor/donater in terms of zeny. And the npc has a gm function to reset the list anytime same as the pvp rankings and such
You have some curly errors but yeah something like that
while (1) {
switch( select( "name1:name2:cancel" ) ) {
case 1:
mes ".....";
close;
case 2:
while ( .@loop == 0 ) {
switch( select( "name1:name2:back" ) ) {
case 1:
mes ".....";
close;
case 2:
mes ".....";
close;
case 3:
set .@loop,1;
break;
}
}
break;
case 3:
mes ".....";
close;
}
}