ourglass
very boring 😛
9 posts
r1=90;r2=100;n=r1*r2That is in the init of your SSC's. However r1 and r2 appear to be only set once. Therefore it would use less variables and be easier to simply set n to 9000. If there is a use, what is it? It runs fine using n=9000.