BETTER DROPS TEXT

RPG Maker VX Ace

Improves the drops message displayed at the end of battles.

This script's pretty straightforward. It simply replaces the plain old:
"Obtained 21463G!"
"Obtained Potion!"
"Obtained Potion!"
"Obtained Potion!"

With:
"Obtained 21463{gcon}!"
"Obtained 3 {icon}Potions!"

In the above, {gcon} is the icon as set in the script
{icon} automatically retrieves the item's icon, as set in the database.