methodactor
- Total activity 34
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 10
-
Figured it out eventually! I was trying to be too general where I needed instances for all possible answers. Now I need to figure out human player logic and swapping from CPU to player turn. That's...
-
Thanks, I'll have a look at that later! I knew there must be a simpler way.
-
I did try that method, but the problem with that is it always starts by travelling through 1 before cycling through the range, so the tag linked to that number was chosen first every time.
-
Yes, it did do what I needed.Let me see if I can explain it, in case it's useful to anyone. A microchip with 3 randomisers, each connected to 8 value sliders set 1 through 24. A timer (which resets...
-
Think I've figured out a very makeshift solution. If it works I'll share it.