October 11, 200718 yr Hi, Is there a way to pass the "self" function as script parameter? Will be great for lables...as I have 700 of them and each one needs to "tell its story"... So the self function can save me 99% of the scripting time... I tried with evaluate("Self"), but its not woking...
October 11, 200718 yr Can you explain what you're actually trying to achieve? I am not sure what you mean by 'lables' and what story they're supposed to tell...
October 11, 200718 yr Author OK... "labels" = text on screen - not a regular field. "story" = a unique description of that label. I want to save time by sending the "self" of the labels to a script rather then changing the script parameter manualy in all labels. The tooltext is used for something else already. for those who don't know self (label) = the label text itself. Edited October 11, 200718 yr by Guest
October 11, 200718 yr Why don't you put the labels in a table (surely 700 labels justify a table), and show them in a portal? Then you can define a single button with a single script parameter = Labels::LabelText.
Create an account or sign in to comment