- Joined
- Jan 27, 2013
- Messages
- 244
- Reaction score
- 164
- First Language
- English
- Primarily Uses
- N/A
Hey Guys...
I'm slowly getting the hang of how scripting works in RMVX Ace, but am having an issue,
Im running a very basic script when i walk over a tile
window = Window_Base.new(100,4,300,50)
window.contents.draw_text(4, 0, 180, 32,
"Obtained a cool Item")
however, this new window and text seems to dissapear in 1-3 seconds, like a dispose is being ticked every so often. Is it because I'm using the script in an event rather than calling it from that huge list? (if that makes sense) Is there a Would anyone be able to guide me to a "keep this window up for an x amount of time or untill i say you can go away" command?
Thanks in advanced
I'm slowly getting the hang of how scripting works in RMVX Ace, but am having an issue,
Im running a very basic script when i walk over a tile
window = Window_Base.new(100,4,300,50)
window.contents.draw_text(4, 0, 180, 32,
"Obtained a cool Item")
however, this new window and text seems to dissapear in 1-3 seconds, like a dispose is being ticked every so often. Is it because I'm using the script in an event rather than calling it from that huge list? (if that makes sense) Is there a Would anyone be able to guide me to a "keep this window up for an x amount of time or untill i say you can go away" command?
Thanks in advanced
