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.
I'm trying this untested. Let me know if it works.
{if a>b:{@a=@b}}
Tell me if that dosn't work.