Update PDF Generation

This commit is contained in:
Florian 2026-06-13 18:42:55 +02:00
parent fb327f9fd1
commit e43b2fb0b0
2 changed files with 2 additions and 2 deletions

View File

@ -250,7 +250,7 @@
<Output>[aw]</Output> <Output>[aw]</Output>
</PropertyOutput> </PropertyOutput>
<PropertyOutput> <PropertyOutput>
<Property>[param.0] + 1</Property> <Property>[param.0]</Property>
<Output>[slotindex]</Output> <Output>[slotindex]</Output>
</PropertyOutput> </PropertyOutput>
</PropertyOutputs> </PropertyOutputs>

View File

@ -4732,7 +4732,7 @@
<LoopCount>20</LoopCount> <LoopCount>20</LoopCount>
<Loop> <Loop>
<Action> <Action>
<Do>charlib_maininv([param.loop])</Do> <Do>charlib_maininv([param.loop] + 1)</Do>
</Action> </Action>
</Loop> </Loop>
</ForLoop> </ForLoop>