Hello!
I want that the counter2 object start at a value different from 0.
I added an int32 parameter named init to choose the position to start from and be able to increase/decrease.
Then I added "count=param_init" at the beginning of the krate code.
I can see the init value when I live the patch but the counter doesn't increase or decrease.
I don't know if it's clear....