Difference between revisions of "Template:VisuMZ Dice Rolls and RNG Seeds Text Codes"

From Yanfly.moe Wiki
Jump to navigation Jump to search
(Created page with "<noinclude>VisuMZ Dice Rolls and RNG Seeds Text Codes</noinclude> The following are text codes that you may use with this plugin. === Type-Rela...")
 
(Type-Related Text Codes)
 
Line 3: Line 3:
  
 
=== Type-Related Text Codes ===
 
=== Type-Related Text Codes ===
 +
 +
[[File:VisuMZ.144.jpg|600px]]
  
 
---
 
---

Latest revision as of 18:37, 2 January 2024

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

Type-Related Text Codes

VisuMZ.144.jpg

---

Text Code Effect (Show Choice Text Only)
<RNG Seed: x> Allows <Shuffle> text code to use seed 'x'.

Requires VisuMZ_1_MessageCore!

<Daily Seed: x> Allows <Shuffle> text code to use daily seed 'x'.

Requires VisuMZ_1_MessageCore!

<Unique Seed: x> Allows <Shuffle> text code to use save unique seed 'x'.

Requires VisuMZ_1_MessageCore!

<Daily Unique Seed: x> Allows <Shuffle> text code to use daily and save unique seed 'x'.

Requires VisuMZ_1_MessageCore!

Example:

  Show Choices:

    Choice A <Shuffle: 3>
    Choice B <Unique Seed: RpgTsukuru>
    Choice C
    Choice D
    Choice E
    Choice F

---