Would this plugin make it possible to put a variable into an item name in the database?
For example,
In the item database, ItemID#10 would be named '$gameVariables.value(10)' or '\v[10]'
etc
The reason I'm looking to do this, is that I have a fishing game that allows the player to name the new species of fish they catch, but it's kinda hard to get textcodes into the item database names...
And I can't just use a scriptcall to change the names either because:
← Return to plugin
Comments
Log in with itch.io to leave a comment.
Would this plugin make it possible to put a variable into an item name in the database?
For example,
In the item database, ItemID#10 would be named '$gameVariables.value(10)' or '\v[10]'
etc
The reason I'm looking to do this, is that I have a fishing game that allows the player to name the new species of fish they catch, but it's kinda hard to get textcodes into the item database names...
And I can't just use a scriptcall to change the names either because:
$dataItems[10].name = $gameVariables.value(10)
will just reset when the game is reloaded.
Hi, this would not, but my other plugin [CGMZ] Text Codes Everywhere would let you use \v[10] or other text codes in item names.
This plugin is more about adding new text codes and some more control over the message window.
That plugin works awesome, thank you!