What is the easiest way to display a message on the screen using your game's message system but using a script call?
why would you need to display a message using script?
I would like it if it showed 'Item Acquired : ...' automatically upon obtaining it, but that's just me. ^^
Otherwise, use events. :-P
I understand that using events is much easier. However, there are times when it is necessary to display a message in the middle of a run of script. Not sure how the RGSS actually manages messages. Looking for someone who does.
Bumping this.
This will work only on map, else you'll have to create a Window_Message instance :D
$game_temp.message_text = "My message\n"
Well, I would just like to say that the events are all done by pre-made scripting, so I'm guessing that would be the easiest way...
I'M BACK, NOUMAN :bean: