yeah i thought about what you said and i did it like this
Code:
new Num = random(sizeof(Chars));
while( !(contain( TheWord , Chars[ Num ] ) ) )
{
Num = random(sizeof(Chars));
}
replace( TheWord , charsmax(TheWord) , Chars[ Num ] , "_" )
but it wont work it just write normaly the word