inkey_chatmsg_text.flags |= VISIBLE; //shows the inputtext
str_clip(chat_input,str_len(chat_input)); //cleares the input string
inkey(chat_input); //starts the input
inkey_chatmsg_text.flags &= ~VISIBLE;

Problems plz Help! whot is Visimle