I have parameter which i used as x coord when i use it in addon it returns "0"
If i assign this parameter to new made then ir returns right value.
For example
I have x = 1234 Addon returns "0"
I make new parameter to test
xtest = x Addon return "1234"
For others y and z parameter works fine
Is this is a bug or GDL script is conflicting somehow so addon can't acces this parameter ?