Meatwad107
Refugee
How can I make this work?
<triggered_effect trigger="onSelfHarvestBlock" action="ModifyCVar" cvar="X" operation="add" value="1"/>
<triggered_effect trigger="onSelfHarvestBlock" action="SetProgressionLevel" progression_name="perkDancing" level="@X"/>
I get an error: "ERR XML loader: Loading and parsing 'progression.xml' failed
FormatException: Input string was not in the correct format: nDigits == 0."
Is this because @X is a floating point and it needs to be an integer?
I tried various ways and always got "nDigits == 0." error.
level can equal zero, I did that test already. 'level="0".
<triggered_effect trigger="onSelfHarvestBlock" action="ModifyCVar" cvar="X" operation="add" value="1"/>
<triggered_effect trigger="onSelfHarvestBlock" action="SetProgressionLevel" progression_name="perkDancing" level="@X"/>
I get an error: "ERR XML loader: Loading and parsing 'progression.xml' failed
FormatException: Input string was not in the correct format: nDigits == 0."
Is this because @X is a floating point and it needs to be an integer?
I tried various ways and always got "nDigits == 0." error.
level can equal zero, I did that test already. 'level="0".