Posted 16 November 2015 - 07:35 PM
Hello guys, i am working in another game and i need to know how rs.getbundledinput works. What are the steps it does.
Let me say i have 3 itens:
and i assign the values to this itens (for potential or binary)
How can i create a formula to read what item is missing?
Like:
if a have the value 3, what item is missing (or what value in binary is missing) ?
Let me say i have 3 itens:
1. Flashlight
2. Radio
3. Key
and i assign the values to this itens (for potential or binary)
1 - Flashlight
2 - Radio
4 - Key
If i have the 3 itens, the value will result in
7
Because 1+2+4 is equal to 7, right?How can i create a formula to read what item is missing?
Like:
if a have the value 3, what item is missing (or what value in binary is missing) ?
Edited on 16 November 2015 - 06:35 PM