Dividing
Posted: Wednesday 01 July 2020 15:03
Hello,
I hade a script that worked when I created it ( some time ago ) isn't working now.
I found a workaround.
When I created the script the value I got when I used this was 1 ( if selector.level = 10 )
But now I get 1.0
Is that work as design or a bug ?
Workaround was to use 10, 20, 30 in the script rater then 1, 2, 3
TIA
Daniel
I hade a script that worked when I created it ( some time ago ) isn't working now.
I found a workaround.
When I created the script the value I got when I used this was 1 ( if selector.level = 10 )
Code: Select all
selectedGroupNumber = selector.level/10Is that work as design or a bug ?
Workaround was to use 10, 20, 30 in the script rater then 1, 2, 3
TIA
Daniel