NML:Parameter assignment
From GRFSpecs
Jump to navigationJump to searchparam[<expression>] = <expression>;
Set a parameter to the given expression. Neither of the two expressions has to be constant, the following is perfectly valid:
param[param[2] + 1] = param[3] * param[4];