If then statements

If the pscale is greater than .4 then set it to .2, if not set it to its current pscale

@pscale = @pscale>.4?.2:@pscale

 

 


Revision #2
Created 9 May 2023 17:23:00 by Anthony
Updated 9 May 2023 17:24:43 by Anthony