Need help with variables

YyottaCat
29 Sept 2018, 17:16

I need a way to set a ValueA to ValueB if ValueA is larger than ValueB. I've tried many things but none of them worked.


Bluevoss
01 Oct 2018, 00:34

I'm trying this untested. Let me know if it works.

{if a>b:{@a=@b}}

Tell me if that dosn't work.