#My check Authority needs help

1 messages · Page 1 of 1 (latest)

odd summit
#

I was tying to work around it with a list create but forgot how to use it. I need some help finishing the circuit!

#

My check Authority needs help

round quail
#

Nothing here is checking authority either

#

unless tge the event is set to room authority

odd summit
#

Via text

round quail
#

Try this.

Put all the bool chips that check if your a owner mod whatever into a list create

wire the list create into a list get first index of and set it to True

wire the list get first index of into a Value Int Switch

Configure the Value Int Switch and add numbers from 0-2

Wire the value int switch into the Text set text

I’m the Value int switch input enter in the words like “mod” “owner” in the same order it’s wired in the list create

#

@odd summit

#

lmk when ur done or need help

velvet rapids
#

use a sequence please

#

not ifs

round quail
velvet rapids
#

but okay

velvet rapids
#

you dont have to use an else port

#

have a sequence with 3 ports then 1 to each if

#

so if they dont have a role it can do something else instead of just checking a different one

round quail
velvet rapids
#

I just find IF chains very tedious

#

but I dont use if chains much

#

I mostly do AI or Inverse Kinematics

round quail
#

Ohhhh

round quail
#

Like joint movement

#

mk

velvet rapids
#

Its the math in which it find position and rotation of a shoulder and its limitations

blazing flicker
glad axle
#

sequence is just another uneeded chip

its:

  • index 0
  • switch(index)
  • if bool
  • if index >= port count - 1 then done, else index + 1, go back to reoeat

if is straightforward, & dosent have to compute every value

  • if bool, then this, else...
  • if bool, then this, else...
  • if bool, then this, else that

no iterating over everything, no need to increase variable, no need to check that variable to tell when to stop iterating

blazing flicker
glad axle
#

technically delay is always delay + delta time. But u know, rec dont account for that ig so u have to do it urself. I got delay being way more percise after doing that

blazing flicker
#

would accounting for the delta time benefit the system in any way other than consistency? like do you think more people should be doing it?

glad axle