Squirrel Stapler

Squirrel Stapler

View Stats:
TheTank20 Aug 27, 2023 @ 8:09am
to get big squirrel mode, you need to get all 5 geocaches
public void CheckUnlock()
{
if (PlayerPrefs.GetInt("Geocaches", 0) >= 5)
{
MyButton.interactable = true;
}
else
{
MyButton.interactable = false;
}
}
ilspy wins again
< >
Showing 1-2 of 2 comments
The author of this thread has indicated that this post answers the original topic.
David Szymanski  [developer] Aug 27, 2023 @ 9:09am 
Yup
how do i find them?? only found one per run
< >
Showing 1-2 of 2 comments
Per page: 1530 50