- Joined
- Dec 15, 2016
- Messages
- 298
- Reaction score
- 733
- First Language
- Spanish
- Primarily Uses
- RMMV
Hello guys! so ive recently started to learn coding but this is still too much for me, if you don't know exactly what im talking about
Just be able to open and close a window that shows up more lines of text as i add them, then once its filled it clears the window and starts again.
I got the persistent custom window to show up, but i don't even know how to close it or update the text.
Im assume this cant be that hard to add, but im still too much of a noob to figure it out, if anyone could give me a hand that would be awesome. Thanks in advance people!
EDIT: i got this, was a lot easier than i thought! just declare a global variable on a plugin then use that variable to create the window, add text, close it, whatever.

Just be able to open and close a window that shows up more lines of text as i add them, then once its filled it clears the window and starts again.
I got the persistent custom window to show up, but i don't even know how to close it or update the text.
Im assume this cant be that hard to add, but im still too much of a noob to figure it out, if anyone could give me a hand that would be awesome. Thanks in advance people!
EDIT: i got this, was a lot easier than i thought! just declare a global variable on a plugin then use that variable to create the window, add text, close it, whatever.

Last edited: