- operator (SDL script)
This operator performs numeric subtraction. Each argument must be enclosed by parentheses.
In this example, 1 is subtracted from the nSize local variable.
%setlocalvar "nSize" = (%getlocalvar "nSize") - (1)