Help with incremental increase using the Batch Editor #4720
Unanswered
jarodfugate2001
asked this question in
Q&A
Replies: 2 comments 1 reply
-
|
Not supported. The batch editor is not a full replacement programming language; you can always use C# and LINQPad to write your own scripts to fudge data whichever direction you want. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Fine, I've added numeric operators as valid inputs/handling. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’ve been trying to figure out a way to use the batch editor to INCREASE a value rather than simply SET a value. A few examples could be .CurrentFriendship+=15 or even a step further could be .CurrentEXP+=$1,150 for a random amount within a range.
Beta Was this translation helpful? Give feedback.
All reactions