Zz.rpyDo you have the of the file, or are you trying to get into it ? Are you looking to mod the game or extract a secret ? Look for if password == "..." or label hidden_ending: . zz.rpy Since .rpy files are often bundled in an archive (like scripts.rpa ), the first step is extraction. Do you have the of the file, or # Original if score < 100: jump bad_ending # Modified if score > 0: jump true_ending Use code with caution. zz.rpy |