Difference between revisions of "Template:VisuMZ Character Creation System Text Codes"

From Yanfly.moe Wiki
Jump to navigation Jump to search
(Character Creation-Related Text Codes)
(Character Creation-Related Text Codes)
Line 11: Line 11:
 
---
 
---
  
<pre>
+
{| class="wikitable" style="width:800px"
-----------------------------------  --------------------------------------
+
! Text Code !! Effect (Show Choice Text Only)
Text Code                             Effect (Show Choice Text Only)
+
|-
-----------------------------------  --------------------------------------
+
| style="padding: 10px;"| <nowiki><Enable if Can Create Characters></nowiki>
 
+
| style="padding: 10px;"| Makes the choice enabled if there are any available slots to create new characters with using the plugin. If not, this choice becomes disabled. Requires VisuMZ_1_MessageCore!
<Enable if Can Create Characters>     Makes the choice enabled if there are
+
|-
                                      any available slots to create new
+
| style="padding: 10px;"| <nowiki><Enable if Can Dismiss Characters></nowiki>
                                      characters with using the plugin. If
+
| style="padding: 10px;"| Makes the choice enabled if there are members currently in the party that have been created with the plugin's Character Creation System that can be dismissed via selection. Requires VisuMZ_1_MessageCore!
                                      not, this choice becomes disabled.
+
|-
                                      Requires VisuMZ_1_MessageCore!
+
| style="padding: 10px;"| <nowiki><Enable if Can Retrain Characters></nowiki>
 
+
| style="padding: 10px;"| Makes the choice enabled if there are members currently in the party that have been created with the plugin's Character Creation System that can be retrained via selection. Requires VisuMZ_1_MessageCore!
<Enable if Can Dismiss Characters>   Makes the choice enabled if there are
+
|-
                                      members currently in the party that
+
| style="padding: 10px;"| <nowiki><Enable if Have Created Characters></nowiki>
                                      have been created with the plugin's
+
| style="padding: 10px;"| Makes the choice enabled if there are members currently in the party that have been created with the plugin's Character Creation System. Requires VisuMZ_1_MessageCore!
                                      Character Creation System that can be
+
|}
                                      dismissed via selection.
 
                                      Requires VisuMZ_1_MessageCore!
 
 
 
<Enable if Can Retrain Characters>   Makes the choice enabled if there are
 
                                      members currently in the party that
 
                                      have been created with the plugin's
 
                                      Character Creation System that can be
 
                                      retrained via selection.
 
                                      Requires VisuMZ_1_MessageCore!
 
 
 
<Enable if Have Created Characters>   Makes the choice enabled if there are
 
                                      members currently in the party that
 
                                      have been created with the plugin's
 
                                      Character Creation System.
 
                                      Requires VisuMZ_1_MessageCore!
 
</pre>
 
  
 
---
 
---

Revision as of 23:40, 23 December 2023

The following are text codes that you may use with this plugin. These will require that you have VisuMZ_1_MessageCore in order for these to work.

Character Creation-Related Text Codes

CharaCreateSys Quick3.png

These text codes require VisuMZ_1_MessageCore!

---

Text Code Effect (Show Choice Text Only)
<Enable if Can Create Characters> Makes the choice enabled if there are any available slots to create new characters with using the plugin. If not, this choice becomes disabled. Requires VisuMZ_1_MessageCore!
<Enable if Can Dismiss Characters> Makes the choice enabled if there are members currently in the party that have been created with the plugin's Character Creation System that can be dismissed via selection. Requires VisuMZ_1_MessageCore!
<Enable if Can Retrain Characters> Makes the choice enabled if there are members currently in the party that have been created with the plugin's Character Creation System that can be retrained via selection. Requires VisuMZ_1_MessageCore!
<Enable if Have Created Characters> Makes the choice enabled if there are members currently in the party that have been created with the plugin's Character Creation System. Requires VisuMZ_1_MessageCore!

---