renpy.seen_image
Function: renpy.seen_image( | name) |
Returns True if the named image has been seen at least once on the user's system.
Example
if renpy.seen_image("eileen happy"): scene black show eileen happy $ renpy.pause() else: scene black centered "This image is locked."