Search found 1 match

by Britonix
Fri May 24, 2019 9:25 pm
Forum: Gameplay Help
Topic: Combinator counter with upper bound
Replies: 3
Views: 1370

Combinator counter with upper bound

I am currently working on a combinator counter. Although, I want it to stop counting once it reaches a certain value, let's say 100 for this example.

Here my current setup:

[ AC ] -> [ DC ]
^___________|

=AC=
Input: [T] + 1
Output: [T]

=DC=
Input: [T] < 100
Output: T (input count)

I expect ...

Go to advanced search