USE-O no onchat, e para aceitar pressione o Delete do seu teclado, ou troque na função a tecla.
Ainda ão testei.
$${
ifmatches(%CHATCLEAN%,"^([a-zA-Z0-9\-_]{2,16}) deseja ir até você! Digite /bring ([a-zA-Z0-9\-_]{2,16}) para aceitar.$",&nicpk,1,none);
ACHIEVEMENTGET(Call Pendente,diamond_helmet);
log(" ");
log(&6&l%&nick% Mandou Call, aperte &c&lDELL &6&lpara aceitar.);
log(&6&l%&nick% Mandou Call, aperte &c&lDELL &6&lpara aceitar.);
log(" ");
do;
ifmatches(%KEY_DELETE%,true);
wait(200ms);
echo(/bring %&nicpk%);
wait(500ms);
press(RETURN);
break;
endif;
endif;
loop;
endif;
}$$