
Big Numbers for MV
A downloadable plugin
Convert any big number into an easy to read number.
Show "255.75 million" instead of 255748394
-------------------------------------------------------------------
PLUGINS COMMMAND
-------------------------------------------------------------------
bignumber X Y
Replace X with if of the variables, containing the number you want to
show, replace Y with the ID of the variable you want to store this in.
Example:
bignumber 11 12
If variable 11 contained "1250000", it will store "1.25 million" in
variable 12. Note that this number is cosmetic! It can not be used
in calculations or conditions!!! Use var X (in this case var 11) to
calculate and var Y (in this case var 12) to show.
Once var X (in this case var 11) is updates, run the command again to
update var Y (in this case var 12).
Now show var Y in your dialogue, your interface or your hud, simply
by putting \v[Y] in your text message. (In this case, \v[12])
TERMS AND CONDITIONS:
- Credits to JohnDoeNews
- Free to use in any RPG maker game.
- Free to edit as you please.
- Show me the games you make with this!
(This is not a request, it is a condition.) :p
Published | 17 hours ago |
Status | Released |
Category | Tool |
Author | JohnDoeNews |
Tags | plugin, plugins, RPG Maker, rpgmakermv, rpgmakermvplugin, rpgmakerplugin |
Download
Install instructions
- Unzip the file.
- Put it in \js\plugins\, in your project folder.
- Press F10 in RPG maker and install the plugin.
- Trigger the plugin command where needed.
Development log
- Show Big Number in RPG maker!16 hours ago