Is there a list variable type?

Hello. I want to create a variable with 3 states: young, average, old. Can I create a variable, that have that states (example on picture), so I can choose the state in instance?
изображение_2022-04-27_202554033

Enumerated type :slight_smile:

1 Like

I think it’s what I need. But they’re pre-compiled. Can you explain in more details how to create enum with my own states? Because I see too many different enum’s:
изображение_2022-04-27_203420985

You need to create an enumeration and add values to it

2 Likes

Thank you very much for details!

1 Like