I’m having problems displaying images in my game. I’ve done it before, no problem, but now the images are appearing in the wrong place.
The code is like this:
*choice
#View Staff
[b]The current members of your team are:[/b]
*line_break
*image beatrice_img.JPG
Beatrice Shallot: Psychologist
*line_break
*if thomas = "Wynne"
*image wynne_img.JPG
*if thomas != "Wynne"
*image thomas_img.JPG
${Thomas} ${Jeffers}: Head Science Adviser
*if (year <10)
*line_break
*image marlon_img.JPG
Marlon Canter: Military Adviser
*if (year >9)
*line_break
image art_img.JPG
Art Johnson: Military Adviser
*if (year <9)
*line_break
*image damien_img.JPG
Damien McBride: Economics Adviser
*if ((year >3) and (edward_dead = false))
*line_break
image edward_img.jpg
Edward Stripe: Computer Technician
*if ((year >3) and (karen_dead = false))
*line_break
image karen_img.jpg
Karen Stripe: Key technician
*if (year >12)
*line_break
image sally_img.JPG
Sally Albright: Government Liaison Officer
*if ((year >7 )and(year<11 ))
*line_break
image binny_img.jpg
Binny Lumsden: Intern
*if (year > 10)
*line_break
image binny_img.jpg
Binny ${Lumsden}: Receptionist
*page_break Return
*goto stats_start
What should be displayed is an image, followed by their name and job title.
This is then repeated for each person.
However, what I’m getting is this:
(Click the image to see the full problem)
Can anyone shed any light as to why and how to fix it?
Extra information:
-This is in choicescript_stats if that makes a difference.
-The image is zoomed out and for reference only - it doesn’t appear that small in the game.