@andreiem run the code
while ( true ) {
[[USER]] = {{user|notreuse}};
if( RMap( "blacklist" ).indexOf( [[USER]] ) != -1 ) break;
}
{{user}} - file resource user.txt
"blacklist" - file resource name blacklist.txt
in [[USER]] will be something that is not in blacklist.txt.