120136: Error in expression for <value>: Undefined reference to variable <value>.

Description

A variable has been referenced without being defined.

Solution

Ensure that all occurrences of the variable are spelled correctly.

Verify that you have correct syntax when declaring your variable.

Learn more about variables in Arcade expressions