#Revolver help

1 messages · Page 1 of 1 (latest)

floral briar
#

It seems simple but I can’t do it :/ so I want to make a working revolver where after you shoot a bullet you gotta press the trigger again to like hammer it (I think it’s called that) then it can shoot a bullet again.

floral briar
#

Revolver help

copper abyss
#

Use bool variable with not

#

And Everytime it is true it shoots and when it’s false you have to click it again to make it true

floral briar
copper abyss
#

Ok so like connect the not chip with the book variable chip

#

I’m pretty sure you can only connect them in one way

floral briar
#

No u can connect then in two

#

Wait so connect the input of the bool into the result of the not chip?

copper abyss
#

Yeah

#

Like both sides of the not chip should be occupied by the bool

floral briar
#

Done

copper abyss
#

And then the trigger should be connected to an if chip

#

And connect the red part on the if to the red part on the bool

#

And then if false change bool, if true: shoot and then change bool

floral briar
#

I’m using a gun handle

copper abyss
#

Ok

#

Still Should work

floral briar
#

Ima pull up a screen shot rq

copper abyss
#

Ok

floral briar
#

The if chip is connected to the fire in direction

#

Output side of the fire in direction

copper abyss
#

Ok is there a projectile launcher anywhere

#

The thing that will shoot the bullet

floral briar
#

Yes

copper abyss
#

Ok set the “then” to that, and the “else” to the bool variable