So i wrote my code:
Du findest dich in einem Gefäß aus Glas wieder, das Gefüllt ist mit einer {rotate farbe:grünen:blauen:gelben} Flüßigkeit
+++{label:w=weiter}
@replace w=
if (squiffy.get("farbe") == "blauen": @inc tech 2
if (squiffy.get("farbe") == "grünen": @inc bio 2
if (squiffy.get("farbe") == "gelben": @inc def 2 @inc off 2
So what shall i write after the "if", in old languages we used than, but i think i just need the javescript code
if (squiffy.get("farbe") == "blauen": (squiffy.get("tech"+2)
??
I just want to add 2 to "tech" if the "farbe" is "blauen"
if (squiffy.get("farbe") == "blauen") {squiffy.get("tech")= squiffy.get("tech") +2}