Panoscript gives an error message

Hi, Sanshes!
You have no description of your variable "value".
You should give a description for the variables at the beginning of the code:

var value

And it is not recommended to use the names that may match up with with system names.
In this case, a variable is better called, for example: my_value
 
Back
Top