SECOND VARIABLE OUTPUT ON THE SAME BLOCK

2 WEEKS TO TRY A SOLUTION AND WITH 0 SUCCES IF SOMEONE CAN HELP ME THANKS YOU ALL FOR CONTRIBUTING <3 <3 <3 look at the pictures <3 <3
Screenshot_1
Screenshot_2

There is no way for a block to output more than 1 value, OB2 does not support tuples yet.
You can open an issue on github and I can add support for tuples.

The workaround (also seen in the SolveGeeTestCaptcha block) is to just return a single string containing the two parameters separated by some separator and then parse them using 2 parse blocks.

The alternative would be to ditch the plugin system entirely and just put the C# code in the LoliCode section. That way you have control over anything that you want, and you can use tuples.

Thanks ruri yes i was try with separators and get error regex and not know why because using left and right delim

image
image

image

thanks you <3

omggggg I SUCCCEEEESSSSS i use ur solution for 2 parse but was not working was needed to add 2 miore block for trim output now its works <3 <3 <3 <3

image

1 Like

now ruri can you tell me @Ruri if possible to place that 4 block on just 1 ? or put on plugin ? or only a loli code ? thansk you ur god <3

If you want multiple outputs from a block, that’s just not possible currently. As I said, open an issue on github and I will look into it, it’s definitely possible but it needs some work on my side.