In the layout editor it only takes hex numbers. In events you use decimal numbers but you can use the set bit expression.
Ok, i get it. tried 32 decimals in event sheet and they are working. THanks for that.
And a few more:
Can one object have, lets say, only 8 binaries and another 16, and all binaries above 8 would be ignored by obj with only 8 when on collision with obj with 16?
Not completely related to the topic, but once binaries are set in the plugin, I'd like to explod that strings in to single numbers for events, so take 110011 and turn it in to vsr=1 var =1 var =0 etc. Do you know how I could do that?
Also do you know how could I replace single or more digits in decimal string for your plugin? I might have knew that some time ago, but forgotten! Would be both 0001 to 0011, and also moving them so 0011 move to 0110 and then 1100 for example.
EDIT
I tested answers to my own questions.
1 no, each has to have same no of digits
2 can do that with system action
3 haven't tried that yet