
Hi,
I'm trying to implement a macro for an inflation rate calculation of sale values for my players in a space campaign,
What i currently have is :
Upon arriving to a planet (roll inflation)
[[(1+((1d100-1d100)/100))]]
When trying to roll for an item price adjusted for inflation (with a last divider for a tariff system) :
[[(((?{Enter Inflation Rate:}*?{Enter Product Price:}))/1.3)]]
Now what i'm wondering is whether there is a way to directly pull the last "inflation roll result" instead of manually needing to enter the inflation rate for each calculation,
I hope this is clear and somebody may have an answer :)
- C.C