Returns a path to an image with the given tags.
Example: game.getImagePathByTags({ type = "character", character = "woman" })
Adds an Image Tag Alias to the alias list. Default priority is 0.9.
If "AddReverse" is true it also adds the "Original" as "Alias".
Example: game.addImageTagAlias({ outfit = "lifeguard swimsuit" }, { outfit = "swimsuit" }, 0.9, true)