Is there any way to increment a field inside of a bootstrap block?
For example, in this block, a field is being assigned a value of 42:
Is there anyway to increment "MyField" instead of assigning a fresh value?
For example, in this block, a field is being assigned a value of 42:
Code:
<bootstrap thing="AttrIncr">
<containerreq phase="Setup" priority="500">
val:Level.? >= 4
</container>
<autotag group="TheGroup" tag="TheTag"/>
<assignval field="MyField" value="42"/>
</bootstrap>
Is there anyway to increment "MyField" instead of assigning a fresh value?