Ok, my hscript knowledge are near zero so I need a little bit of help.
I have an HDA with a menu item (a list: token->a string, label… ).
I need to generate another list ( in a menu ) based on the choice of the first.
Something like this:
result = “”
if my param value == someString
result = token…label…token…label
else if my param value == anotherString
result = token…label…token…label
return result
So it would be cool if someone could give me the correct syntax for the menu script.
I don't use Houdini a lot at the moment
Tky.


