Need help with variables
YyottaCat
29 Sept 2018, 17:16I 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.
![](https://i.imgur.com/6mfIIbhb.gif)
Bluevoss
01 Oct 2018, 00:34I'm trying this untested. Let me know if it works.
{if a>b:{@a=@b}}
Tell me if that dosn't work.