I have a signal, and it has an attached name board.
What I want to do is this:
I briefly thought that I could use soup to get the name value, but then realized that it was just checking if there was a value set in the config file... I need to know if someone sets a name for it in surveyor.
What I want to do is this:
Code:
if (a name has been set) {
make mesh visible;
}else{
make mesh invisible;
}
I briefly thought that I could use soup to get the name value, but then realized that it was just checking if there was a value set in the config file... I need to know if someone sets a name for it in surveyor.