Im trying to make a level that generates a random code at the start which you have to memorise to beat the level.
The only issue i have is that currently you have to memorise a 50 digit long binary string but i want it in denary (base 10)
I want it to be set up so that the first digit is positive if it gotes up and negative if it goes down and alternates from there
Examples:
1110100000101111101 -> 311511511
0001101011010001101 -> -32111211311
I am using item triggers with Iid1 being the first digit and then Iid50 being the last
u/ILikeToads12 — 12 days ago