ANIMATED MESSAGE LOG VXA

RPG Maker VX Ace

Creates a message log for your map, battle and choice messages.

Animated Message Log VXA
Author: Soulpour777
Credits / Original: Sui

Description:

Creates a message log of all present messages. They are stored and can be viewed anytime. Messages from Events, Battles, and Choices are shown through the press of a button.

Controls:

Press Up and Down to Scroll Messages.
Press Assigned Button to Open the Message Log
Changes:

I added two accessors for the game system for the row and choices for two different reasons, that being:

if the developer wants to change the max row anytime they like (in map).
if they want to save choices or no through the progress of the game.
Add Ons and Features:

Message Log
Animated Background
Controlled Choice Saving
Controlled Max Rows for Message Log
Battle Log
Script Calls:

$game_system.change_choice_saving(false) – will not save choices.
$game_system.change_choice_saving(true) – will save choices

$game_system.change_message_rows(value)
Place the value on the argument for the new max rows: for example:

$game_system.change_message_rows(50)
This will give me maximum of 50 rows. Note that the excess logs will be deleted to store the new ones.