#How do I connect the interaction Volume to this 0 gravity

1 messages · Page 1 of 1 (latest)

elder patrol
#

I need help making this 0 gravity turn off and on when the interaction volume is pressed

#

Do I add more chips im stuck on this

median harbor
#

Add a bool variable

#

Add a not chip

#

Wire both ends of the not to the variable

#

On interaction, wire to bool

#

On event receiver 30hz, do if(bool=true) run 0 gravity

elder patrol
#

so like this?

median harbor
#

Also place an IF chip

#

And wire the bool variable ‘red port’ to the if chip ‘red port’

elder patrol
quasi grail
#

you’re basically checking if the bool is true, and if it is then apply the 0 gravity, else do nothing

median harbor
quasi grail
#

clicking the interaction volume turns the bool ppposire

#

which essentially makes it an on off switch

elder patrol
#

omg thank you guys so much

quasi grail
#

yuh