|
|
Set variable to expression is altered automatically if editing it
| Issue Type: |
Status: |
Priority: |
Date Submitted: |
Votes: |
| Bug |
No Longer Required |
Low |
Wed 30th Mar 2016 |
1 vote
 |
| |
| Found in version: |
Last Updated: |
Completed in version: |
Date Completed: |
Track Changes: |
| 5.0.34.1 |
Thu 31st Mar 2016 |
|
|
Log In |
| |
| DazaKiwi | | Wed 30th Mar 2016 11:42 |
If you set up to set a variable like thus in Action:
Set A = %A% + %character%.propertykey
and go back to edit it, Dev will automatically change it to
"Increase" and remove the ' %A% + ' portion of the expression.
Thread related where i mentioned it
http://forum.adrift.co/viewtopic.php?f=14&t=11449&p=101572#p101572
Note: this possibly might not be a bug, if "increase" is basically doing what the expression itself is doing? so maybe this is by design and not a bug? |
| |
| campbell | | Thu 31st Mar 2016 20:06 |
| This is by design. Actually, all the Increase variable X actions are stored as set X = X + Y. Developer "simplifies" the expression automatically. |
|