I'm now trying to get harlowe to add some % of the number on one of the variables. Say, there is a stock market where you can invest, and they will help you save or lose you money.
Something like this:
(set: $stock1savings to $stock1price + (random: %-10,%25))
Comments
eg. You want to calculate twenty percent of three hundred:
If you wanted to add that percentage to the original value, it would look something like the following:
Using your example: