Difference between revisions of "Template:VisuMZ Picture Choices Text Codes"

From Yanfly.moe Wiki
Jump to navigation Jump to search
(Created page with "<noinclude>VisuMZ Picture Choices Text Codes</noinclude> The following are text codes that you may use with this plugin. === Picture Choice-Rel...")
 
(Picture Choice-Related Text Codes)
 
(One intermediate revision by one other user not shown)
Line 6: Line 6:
 
---
 
---
  
<pre>
+
[[File:PictureChoices_Example.gif]]
--------------------  -----------------------------------------------------
 
Text Code              Effect (Show Choice Text Only)
 
--------------------  -----------------------------------------------------
 
  
<Bind Picture: id>     Replace 'id' with a Picture ID to bind the choice to.
+
{| class="wikitable" style="width:800px"
                      If the choice is selected or deselected, the bound
+
! Text Code !! Effect (Show Choice Text Only)
                      picture will alter its look accordingly.
+
|-
 
+
| style="width: 200px; padding: 10px;"| <nowiki><Bind Picture: id></nowiki>
<Hide Choice Window>   Hides the Choice Window from view. This is so that if
+
| style="padding: 10px;"| Replace 'id' with a Picture ID to bind the choice to. If the choice is selected or deselected, the bound picture will alter its look accordingly.
                      any Picture Choices are visible, the screen won't
+
|-
                      look extremely repetitive. Insert this into any of
+
| style="width: 200px; padding: 10px;"| <nowiki><Hide Choice Window></nowiki>
                      the choices. Only once is needed.
+
| style="padding: 10px;"| Hides the Choice Window from view. This is so that if any Picture Choices are visible, the screen won't look extremely repetitive. Insert this into any of the choices. Only once is needed.
</pre>
+
|}
  
 
---
 
---

Latest revision as of 23:50, 23 December 2023

The following are text codes that you may use with this plugin.

Picture Choice-Related Text Codes

---

PictureChoices Example.gif

Text Code Effect (Show Choice Text Only)
<Bind Picture: id> Replace 'id' with a Picture ID to bind the choice to. If the choice is selected or deselected, the bound picture will alter its look accordingly.
<Hide Choice Window> Hides the Choice Window from view. This is so that if any Picture Choices are visible, the screen won't look extremely repetitive. Insert this into any of the choices. Only once is needed.

---