Placeholder to get file/image name by their ID
scatman2934 opened this issue ยท 1 comments
A way to get file/image name by their ID would be really useful. The placeholder would return the name of the file/image.
Placeholder could look like this:
{"placeholder":"get_file_name","values":{"path_from_asset":"textures/","file":"4"}}
so lets say in the "textures" folder, these are the files:
pokemon.txt
pikachu.png
stats.txt
attacks.txt
types.txt
the placeholder above would return "attacks.txt"