case 1: cutin "kafra_06",2;
getmapxy .@m$, .@x, .@y, 0;
next;
mes .n$;
mes "Current Location:";
mes "[ ^FF0000"+.@m$+" ^000000(^3366CC"+.@x+"^000000,^3366CC"+.@y+"^000000) ]";
next;
if(select("Save respawn point:Cancel") == 2) {
mes "We, here at LegendaryRO Helper";
mes "Corporation, are always endeavoring to provide you with the best services. We hope that we meet your adventuring needs and standards of excellence.";
cutin "", 255;
close;
}
else {
mes "You have reset your respawn point to ^FF0000"+.@m$+"^000000!";
savepoint .@m$,.@x,.@y;
cutin "", 255;
close;
}