How would I make this script?
Thank you

Code: Select all
decl i=firstof(Switches.x);
setattribute(CustomButton, 'bitmap', i);
Code: Select all
decl learn, try;
try = make a sample project;
if (try==1) learn=1;
else learn=0;
I wasn't aware of that one either.Macciza wrote:Hi
getattributelist(object) is a handy one to just chuck in a monitor to check whats possible whilst coding . .