I solved this and just thought I’d add it to the record.
The multiply operator * multiplies two numbers, but it cannot multiply other types like lookups. If you need to lookup a number and multiply it, cast it to an int before multiplcation.
Here’s a...