hey I had a idea with variables but don't know how to apply.
I will ask for the players birthday and later use that to show a specific cutscene.
I made a menu with two sliders and created 2 int variables, but I am not sure whats next.
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
A Slider can be synced to Global Float Variables only, but if you link it to Unity UI Slider component that has Whole Numbers checked, it will only be set to integers.
If you wanted to convert these to Integer variables later, you could do this with the Variable: Copy Action. Either way, you can use the Variable: Check Action to query their values to react to them.