How to let player customize their own character?
Lieke
Member Posts: 7
Hi everyone,
I have searched for the answer in the forum, but can't find it.
How can I make a system wherein players can customize their own character? So that they can choose hair, skin colour, eyes, clothes etc.
Hope you guys can help me!
Thanks in advance
Comments
It's a big question but definitely possible with GameSalad. It involves strong knowledge of tables. You would need a table row for each character and columns to hold each value (e.g. hair, skin color, etc.). You would then change or constrain the actor(s)' images to image files that match that value. So for example, if you choose hair style #1, you might change the hair actor's self.Image attribute to hairstyle1.png.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
Okay, thank you very much! Now I know in which direction I have to search.