Hi there:
I've written something like this:
Problem is, I can only click "räumen" ONCE. I want to click it multiple times untill $Wama has reached 0. But how?
I could do all this with a seperate passage, sure. But I want to make it nice and slim.
I've written something like this:
(if: $Wama is not 0)[Waschmaschine aus dem Weg räumen. (click: "räumen")[(set: $Zeit to $Zeit +5)(if:$Meister is 1)[(set: $Wama to $Wama - 10)](else:)[(set: $Wama to $Wama - 5)]]]
Problem is, I can only click "räumen" ONCE. I want to click it multiple times untill $Wama has reached 0. But how?
I could do all this with a seperate passage, sure. But I want to make it nice and slim.