Difference between revisions of "Template:VisuMZ Choice Common Events Text Codes"

From Yanfly.moe Wiki
Jump to navigation Jump to search
(Created page with "<noinclude>VisuMZ Choice Common Events Text Codes</noinclude> The following are text codes that you may use with this plugin. === Choice-Relate...")
 
(Choice-Related Text Codes)
Line 10: Line 10:
 
[[File:ChoiceCommonEvents_Usage.png]]
 
[[File:ChoiceCommonEvents_Usage.png]]
  
<pre>
+
{| class="wikitable" style="width:800px"
-------------------------  ------------------------------------------------
+
! Text Code !! Effect (Show Choice Text Only)
Text Code                   Effect (Show Choice Text Only)
+
|-
-------------------------  ------------------------------------------------
+
| style="padding: 10px;"| <nowiki><Choice Common Event: id></nowiki>
 
+
| style="padding: 10px;"| Makes the Common Event 'id' run when the choice is selected (not confirmed) without having to close the Choice Window. This only works on the map scene.
<Choice Common Event: id>   Makes the Common Event 'id' run when the choice
+
|}
                            is selected (not confirmed) without having to
 
                            close the Choice Window. This only works on the
 
                            map scene.
 
</pre>
 
  
 
---
 
---

Revision as of 23:40, 23 December 2023

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

Choice-Related Text Codes

ChoiceCommonEvents Example.gif

---

ChoiceCommonEvents Usage.png

Text Code Effect (Show Choice Text Only)
<Choice Common Event: id> Makes the Common Event 'id' run when the choice is selected (not confirmed) without having to close the Choice Window. This only works on the map scene.

---