Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

here -->>  ", "Foxy roof scene."))  <<-- where you have Foxy roof scene. should be a label

it does NOT have to be a label that you jump to in the game it can sit there and just be used for the replay i.e.

label foxy_roof_replay_scene:   #** put this where you need it 

    menu:

        "Should I help Foxy out?"

        "Submit DNA evidence!":

            $ foxy_love += 1


and in the replay setup

Replay_items.append(ReplayItem("Rthumb1", "dna_yes", "foxy_roof_replay_scene."))

Thanks, but it's still not working.  Maybe there's something else I missed.   

did you play through the scene the replay gallery unlock relies on you playing the label

Yeah, I already did that.  I think I'm still not knowing what to do with either the new label in the script, or maybe I'm still not getting the replay_setup stuff right.  Nothing I've done has broken my playthrough yet but the gallery is still locked.  

you're gonna have to show me some code around the label and the replay_setup entry