Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

natehhggh

1
Posts
A member registered Feb 25, 2018 · View creator page →

Creator of

Recent community posts

The bug with not unlocking onlyfans if you skip 40 inches, is just because you have the code in the if/else if, when it updates and bust == 41, it sets the text and exits that block, so it doesnt check for bust >= 40. easy fix is to move that line outside of that if block and into it's own either above or below, like this