Hello guys, I'm making a character generator for an original project of mine
I tried to make an advanced hierarchy list but something isn't working
My goal was to avoid the generator to assign a job to a kid but it seems I can't find a good working method for this
What am I doing wrong?
`_output
City: [city], Gender: [gender], Age: [age], Occupation: [(age== Baby) ? occupation.TooYoung : (age== Kid) ? occupation.Student : (age== Teen) ? occupation.Aprenticed : (age== Adult) ? worker-occupation.job (age== Elder) ? occupation.Retired]
city
Aldebaran
Karus
Polaris
Sirius
Vega
gender
Male
Female
Non-binary^0.1
age
Baby {0-5}
Kid {6-15}
Teen {16-20}
Adult {22-55}
Elder {56-100}
occupation
TooYoung
Student
Aprentices
Retired
job
reigns
PW
Entertainer
Defense
zones
PS^0.2
Entertainer^0.2
Defense^0.2
sentence
Constellation: [constellation]
Gender: [gender]
Age: [age]
Job: [job]__`
Thank you so much for this!!
I still need a little help How come do I get this error? With any list I add/create