2022-10-04 07:47 PM - last edited on 2023-05-31 09:58 AM by Laszlo Simon
I've created a Parking Space object that has 4 different zones for labeling. I want all the labels to be View dependent and so have made an MVO script to take care of that.
I've gotten far enough that the label can write the index number returned to the part from the MVO setting, but can't get that MVO index number to pull the value from the appropriate value list in the object and create the label from that string.
2022-10-04 09:57 PM
It's a bit hard to follow what you're struggling with without actual code.
So you are getting the "6" in your example from the MVO but you somehow can't use it as index for the array of options?
Meaning that "text2 0, 0, str_options[n_from_mvo]" does not work?