if problem_description < adequate
print "Insufficient information"
return
end
You posted this in RGSS support, so I assumed you were trying to do it with a script.
Where you using "Show Picture" to display the faceset?
If you show the picture, then show the text, the message window is on top of the picture, so it obscures it.
Since pictures are drawn in viewport2, and windows are drawn in viewport3, you can't make the picture on top
of the window.
Your best bet is to use a custom message script, like Ccoa's UMS (RPG Revolution), or Dubealex's AMS (Creation Asylum)
Be Well