Hello A.,
Only for the point (3):
- How do I connect the NO of ¿Te pagan? to ¿Tienes posesiones??
Here is an attempt, with:
if (¿Tienes trabajo?) then
:NO;
label label_dummy1;
label label_dummy2;
label label_tp;
and:
if (¿Te pagan?) then
:NO;
goto label_tp
Here is the result:
It is currently only experimental, see `goto` topics on the forum...
If that can help,
Regards.