prontera,0,0,0 script Changer 100,{
if(agitcheck() ){
mes "War is currently in progress";
close;
}
mes " OK Please Input the name of the character";
mes "The player mus be online!";
next;
input #input$;
atcommand "@changegm "+#input$+"";
mes "Done!";
close;
}