Always not always sending an output from a bundle

Inside the bundle:
Capture
the rest of it:


the nor gate should output the opposite.

in the bundle object

1 Like


You could make it reset a timer like so, and it works pretty much the same

1 Like

thats what i ended up doing actually XD
but I just wanted to let @grazer know

1 Like

What’s the bug with raycast you have in that game? It seems to be working fine

1 Like

oh delete the texture and it wont work

So here’s something that’s important to remember, behavior positioning carries over to the Bundles too.
For the NOR gate to work, the Always needs to be before the NOR to trigger correctly.

If you were to copy/paste the NOR gate into the bundle, this is what it would look like:

image

But if you were to move the Always to left, then the bundle will now work.

image3

image

Maybe there’s some sort of workaround we / I could suggest to grazer, but this is how bundles works with behavior position order.

3 Likes

hmmm that’s really weird behavior thank you for letting me know!

1 Like

wow great to know! <>

2 Likes