Testing If Condition on ListDisplay Button

This commit is contained in:
Florian 2026-05-06 14:02:30 +02:00
parent 667079f403
commit c45ceac348

View File

@ -4020,6 +4020,7 @@
<Text>"+QS"</Text>
<OnClick>
<Action>
<If>[cost] &lt; 10000</If>
<Do>[cost] * 2</Do>
<Output>[cost]</Output>
</Action>