I've been trying to make a Trainer style game based on MHA and I've been able to figure out some of the basic things.
However, whenever I define a character, as well as an image, it refuses to display the image alongside the text.
Like the text will appear, with a defined character name and all that jazz. But it won't display the image I defined it with.
I can make the images appear with the "show" function, but it seems to refuse to work within the define function.
What's frustrating is that I followed the example on the Ren'Py website, but it still doesn't work.
I've put the files in the images folder, and I've labeled my images all lowercase, for simplicity's sake.
I just can't seem to make images appear within the "define character" function.
If anyone could help, it'd be greatly appreciated.
(sidenote: I left a line in the script that says "scene UAHighSchool"; I know I don't have a file labelled "UAHighSchool" in my images folder.)
However, whenever I define a character, as well as an image, it refuses to display the image alongside the text.
Like the text will appear, with a defined character name and all that jazz. But it won't display the image I defined it with.
I can make the images appear with the "show" function, but it seems to refuse to work within the define function.
What's frustrating is that I followed the example on the Ren'Py website, but it still doesn't work.
I've put the files in the images folder, and I've labeled my images all lowercase, for simplicity's sake.
I just can't seem to make images appear within the "define character" function.
If anyone could help, it'd be greatly appreciated.
(sidenote: I left a line in the script that says "scene UAHighSchool"; I know I don't have a file labelled "UAHighSchool" in my images folder.)