Okay, i put this in my draw actor of my text actor "HUD_text"
if (strcmp(HUD_text.text, "hello") == 0)
{
VisibilityState("Event Actor", DONT_DRAW_ONLY);
}
then i typed in the text box, hello , but my HUD_text isn't disappearing,
Please help