Hello,
I have a problem. For a project i need to generate information and save it so i can use it/ view it somewhere else. This is what i need to do:
For my game i need to hire staff. Each person should have 4 stats: Name(random), Skills (random from 0-100), Popularity (random from 0-100), costs (random from 0-100).
This is what should happen:
-Press staff button ----- 4 persons should be generated and should be visible.
- when i click on one of them i should hire them.
- When i start a job in the game i should be able to choose from the people i hired, more than can be selected.
- When i start the job with the selected persons, i should be able to read the stats: skills, popularity, costs. These stats wil influance the job quality.
- When i go to my office I see the staff i have hired and am able to fire them.
Does anyone know how to do this or did someone do this before?
Any help is more than welcome.
Thanks in advance!
Daan