#Constant False/True

1 messages · Page 1 of 1 (latest)

hollow crest
#

Is there a way to have a constant false/true chip. Something that works like a bool variable but I wanna be able to put it into a circuit board

fluid plinth
hollow crest
fluid plinth
slate moth
#

you wouldnt need all that to have a constant bool

#

all primitive types can have a value right at the port from the get go

#

including Player but only Local Player and Invalid Player

slate moth
#

have you ever spawned in an if chip?

hollow crest
#

Yes….

slate moth
#

notice how the bool port already has a value even though nothing is wired into it

hollow crest
#

I want to be able to switch an interaction volume on and off without needing a bool variable

slate moth
#

you will need a variable for that unfortunately

hollow crest
#

I’m gonna rage