That's the best way that I can describe it.
What I mean is - I have multiple floats and if they create a certain combination (which is dependent on their order) I want there to be a bang.
I basically have four floats, which deal with the numbers 1-4... When they create
1, 2, 3, 4 ... I would like the to be a bang.
Currently I have packed the floats, but am not sure what to do after this. I tried to make it so that a [select 1234] would detect this combination, but it did not work.
Any thoughts on this? Thanks.