I made an if statement that activates showText, among other things, and I want to get rid of the text after a couple of seconds. I know how to get rid of the text itself, I just don't know how to do that after a certain period of time. How would I?
![Twitter](/assets/twitter-4e19209ef84344ee0c433f4c7bad8d49.png)
![Twitter.hover](/assets/twitter.hover-1fb19a5bafc50deace8f88eaec867845.png)
if (showTextTimer > 0 && --showTextTimer == 0) showText("", /** wherever */??, ??);