*= /= %=
wait those work in torquescript, right?
also i thought id point out that even though those all end in an equals sign, they fit into to distinctly different groups according to their use:
conditional tests: [ != , $= , == , !$= , <= , >= ]
storing to variables: [ = , -= , += , *= , /= , %= ]