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.