How to use what is returned from "get Scriptable Objects"
Hello everyone,I was wondering how I can use what is returned from Getting a Scriptable object. For example, I have this code that I use with the distribution platformbiv={};
Biv1={};
Biv2={};
Biv3={};
test=0;
Biv1 = Current Report()[OutlineBox(1)] << Get Scriptable Object;
Biv2 = Current Report()[OutlineBox(2)] << Get Scriptable Object;
Biv3 = Current Report()[OutlineBox(3)] << Get Scriptable Ob...