Post
by mbncp »
Make sure Multilable is checked (Properties), add a script, select On Load for the trigger, then use setattribute:
setattribute(obj, ' labels', {text, text,..'};
example:
setattribute(Pads, ' labels', {'I', 'can', 'see', 'for', 'miles', 'and', 'miles'});