Pages: 1
Topic closed
If you don't understand the title, then I'll give an example.
I want the variable 'A' to get smaller if the variable 'B' is bigger, and 'B' to get bigger if 'A' is smaller. So that if A is 10, B is 20, if A is 9, B is 21, if A is 11 B is 19, etc.
Is there any way to do this without scripting it like this:
If A = 10
Set B to 20
If A = 11
Set B to 19
If A = 5
Set B to 25
etc. ?
Thanks.
Last edited by WeirdF (2009-12-19 13:57:28)
Offline
Topic closed
Pages: 1