ID:156932
 
Hey, in my game I'm using outputs to display text via the interface I've created, and there will be a large variety of text being displayed over the course of the game. I'd like it for the output area to be cleared after every major display of text in said output, I've already searched throughout the forums, and I haven't been able to find anything (Probably due to self error, as I'm sure someone will have posted this before.) I've tried making lots of empty text strings, but I'd prefer not to use this method as the player can scroll up and read previous outputs.


Heres an example.

src<<output("Person1: I like talking.","Window.Window")
sleep(10)
winset(src,"Window","is-visible=false")

// This is where I'd like the output to be cleared.


Any help would be appreciated, thanks.
output(null,"output1")