YANFLY ENGINE ACE - EVENT WINDOW

RPG Maker VX Ace

A small little window to indicate what items were picked up.

  • YF
  • 12/26/2011 04:32 PM
  • 5474 views


DL Link

The Event Window is a new feature added through this script that appears in the lower left corner of the screen. Whenever the player gains or loses gold and items, the Event Window is updated to show the changes. In addition to showing item gains and losses, you may even add in your own text to update through a Script Call.

event_window_add_text(string)

This inserts “string” text into the Event Window. Use \n to designate linebreaks in the string. If you wish to use text codes, write them in the strings as \\n or \\c to make them work properly.

event_window_clear_text

This causes the Event Window to clear all of the stored text. You can choose whether or not to clear the stored Event Window text every time the player enters a new map.

Original Blog Link

Posts

Pages: 1
Awesome script, it worked perfectly for me and it's a must have!
Pages: 1