<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.yanfly.moe/wiki/index.php?action=history&amp;feed=atom&amp;title=Notification_Window_%28Arisu%29</id>
	<title>Notification Window (Arisu) - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://www.yanfly.moe/wiki/index.php?action=history&amp;feed=atom&amp;title=Notification_Window_%28Arisu%29"/>
	<link rel="alternate" type="text/html" href="http://www.yanfly.moe/wiki/index.php?title=Notification_Window_(Arisu)&amp;action=history"/>
	<updated>2026-07-27T14:34:20Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.2</generator>
	<entry>
		<id>http://www.yanfly.moe/wiki/index.php?title=Notification_Window_(Arisu)&amp;diff=3749&amp;oldid=prev</id>
		<title>Arisu: Created page with &quot;{{MvPlugin |preview = &lt;youtube&gt;https://www.youtube.com/watch?v=_hgU6_ALMJ8&lt;/youtube&gt; |link1 = &lt;html&gt;&lt;iframe src=&quot;https://itch.io/embed/475047&quot; height=&quot;167&quot; width=&quot;552&quot; framebo...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.yanfly.moe/wiki/index.php?title=Notification_Window_(Arisu)&amp;diff=3749&amp;oldid=prev"/>
		<updated>2019-09-27T13:11:58Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{MvPlugin |preview = &amp;lt;youtube&amp;gt;https://www.youtube.com/watch?v=_hgU6_ALMJ8&amp;lt;/youtube&amp;gt; |link1 = &amp;lt;html&amp;gt;&amp;lt;iframe src=&amp;quot;https://itch.io/embed/475047&amp;quot; height=&amp;quot;167&amp;quot; width=&amp;quot;552&amp;quot; framebo...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{MvPlugin&lt;br /&gt;
|preview = &amp;lt;youtube&amp;gt;https://www.youtube.com/watch?v=_hgU6_ALMJ8&amp;lt;/youtube&amp;gt;&lt;br /&gt;
|link1 = &amp;lt;html&amp;gt;&amp;lt;iframe src=&amp;quot;https://itch.io/embed/475047&amp;quot; height=&amp;quot;167&amp;quot; width=&amp;quot;552&amp;quot; frameborder=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Arisu's Dollhouse}}&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Sometimes you want to display a notification for the player without having to&lt;br /&gt;
put it in a Show Message event. This plugin creates 9 different positions for&lt;br /&gt;
you to place notifications on the screen to alert the player of what is now&lt;br /&gt;
happening without having to require player input to continue gameplay.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
# Install this plugin into your RPG Maker MV project's js/plugin folder.&lt;br /&gt;
# Open your game project in RPG Maker MV and open up the Plugin Manager.&lt;br /&gt;
# Add a new plugin and place this plugin beneath all Yanfly plugins present.&lt;br /&gt;
# Adjust any Plugin Parameter settings to this plugin.&lt;br /&gt;
# Read through plugin help file to understand how to use plugin.&lt;br /&gt;
# When testing this plugin, save first.&lt;br /&gt;
&lt;br /&gt;
== Numpad Location ==&lt;br /&gt;
&lt;br /&gt;
Further down in the help will say things like &amp;quot;corresponding to the NumPad&amp;quot;&lt;br /&gt;
to determine screen location. What that means is there are numbers on the&lt;br /&gt;
right side of a desktop keyboard called the NumPad. The screen locations&lt;br /&gt;
will appear like below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
7 8 9&lt;br /&gt;
4 5 6&lt;br /&gt;
1 2 3&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Use those numbers to determine the screen position of Notification Windows.&lt;br /&gt;
If 0 is used, the Notification Window will appear in the default location&lt;br /&gt;
specified by the Plugin Parameter.&lt;br /&gt;
&lt;br /&gt;
{{Plugin Commands MV}}&lt;br /&gt;
&lt;br /&gt;
Displaying a notification can be achieved through Plugin Commands.&lt;br /&gt;
Notifications may appear in any scene.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  Notify: text&lt;br /&gt;
  - Replace 'text' with the text you wish to display.&lt;br /&gt;
  - This can use text codes.&lt;br /&gt;
  - This will appear in the 'Default Location' set by the Plugin Parameter.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  Notify1: text&lt;br /&gt;
  Notify2: text&lt;br /&gt;
  Notify3: text&lt;br /&gt;
  Notify4: text&lt;br /&gt;
  Notify5: text&lt;br /&gt;
  Notify6: text&lt;br /&gt;
  Notify7: text&lt;br /&gt;
  Notify8: text&lt;br /&gt;
  Notify9: text&lt;br /&gt;
  - Use the number corresponding to the NumPad to determine screen location.&lt;br /&gt;
  - Replace 'text' with the text you wish to display.&lt;br /&gt;
  - This can use text codes.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  NotifyColor: rgba(255, 0, 0, 1)&lt;br /&gt;
  - This changes the color of the next notification's background to the&lt;br /&gt;
  shown rgba color.&lt;br /&gt;
  Read more about it here: https://www.w3schools.com/cssref/func_rgba.asp&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Script Calls MV}}&lt;br /&gt;
&lt;br /&gt;
Displaying a notification can be achieved through Script Calls.&lt;br /&gt;
Notifications may appear in any scene.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  var text = 'Hello world!';&lt;br /&gt;
  Notification.add(text);&lt;br /&gt;
  - 'text' variable is a string.&lt;br /&gt;
  - This can use text codes, but they must be in string format.&lt;br /&gt;
  - This will appear in the 'Default Location' set by the Plugin Parameter.&lt;br /&gt;
  - This will have black background by default.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  var text = 'Hello world!';&lt;br /&gt;
  var location = 5;&lt;br /&gt;
  Notification.add(text, location);&lt;br /&gt;
  - 'text' variable is a string.&lt;br /&gt;
  - 'location' variable is a number 1 through 9 to determine screen location.&lt;br /&gt;
  - This can use text codes, but they must be in string format.&lt;br /&gt;
  - This will have black background by default.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  var text = 'Hello world!';&lt;br /&gt;
  var location = 5;&lt;br /&gt;
  var color = 'rgba(255, 0, 0, 1)';&lt;br /&gt;
  Notification.add(text, location);&lt;br /&gt;
  - 'text' variable is a string.&lt;br /&gt;
  - 'location' variable is a number 1 through 9 to determine screen location.&lt;br /&gt;
  - 'color' variable is a string using the rgba CSS JavaScript function.&lt;br /&gt;
  Read more about it here: https://www.w3schools.com/cssref/func_rgba.asp&lt;br /&gt;
  - This can use text codes, but they must be in string format.&lt;br /&gt;
  - This will have black background by default.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Changelog ==&lt;br /&gt;
&lt;br /&gt;
* None&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- This is a comment, remove the arrows surrounding this for the categories you want to show --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Category: RPG Maker MV Core Plugins]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Category: RPG Maker MV Battle Plugins]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Category: RPG Maker MV Item Plugins]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Category: RPG Maker MV Skill Plugins]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Category: RPG Maker MV Equip Plugins]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Category: RPG Maker MV Status Menu Plugins]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Category: RPG Maker MV Gameplay Plugins]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Category: RPG Maker MV Movement Plugins]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Category: RPG Maker MV Quest Plugins]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Category: RPG Maker MV Options Plugins]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Category: RPG Maker MV Eventing Plugins]] --&amp;gt;&lt;br /&gt;
[[Category: RPG Maker MV Utility Plugins]]&lt;br /&gt;
&amp;lt;!-- [[Category: RPG Maker MV Mechanical Plugins]] --&amp;gt;&lt;br /&gt;
[[Category: RPG Maker MV Visual Plugins]]&lt;br /&gt;
&amp;lt;!-- [[Category: RPG Maker MV Menu Plugins]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Category: RPG Maker MV Message Plugins]] --&amp;gt;&lt;br /&gt;
[[Category: RPG Maker MV Quality of Life Plugins]]&lt;br /&gt;
&amp;lt;!-- [[Category: RPG Maker MV Plugin Tips &amp;amp; Tricks]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Category: Action Sequences (MV)]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Category: Comment Tags (MV)]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Category: Main Menu Manager Integration (MV)]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Category: Notetags (MV)]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Category: Options Core Integration (MV)]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Category: Plugin Commands (MV)]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Category: Script Calls (MV)]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Category: Text Codes (MV)]] --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Arisu</name></author>
		
	</entry>
</feed>