Castle
Nilete
play338
4
2 Comments
Next up
minor suggestion; to make the cookie production more efficient change the rule that modifies the variable, 'cookies' to itself plus the variable, 'cps' [repeat every 1 seconds: modify variable 'cookies' to 'cps' (relative)], to [repeat every 0.0167 seconds: modify variable 'cookies' to 'cps / 60' (relative)]. essentially, make cookie production happen every frame, but only in small fractions. little note: castle generally has 60 frames per second, hence why 'cps' must be divided by 60, as it happens every frame. (1 / 60 = 0.0167, hence 'repeat every 0.0167 seconds) to make the variable, 'cookie' whole--add an actor variable in the text that shows the variable, 'cookie', a rule to modify 'actorCookie' to round down(cookie), which happens every frame.
Reply
underrated 👍
fire1Reply