Hello, I’m in the middle of putting a game together on paper. Then playing around with the idea with a test game. However this is starting to confuse me a bit.....
Basically, I’m stuck on how to do things such as give said characters different abilities and after they have chosen from a character select screen. (e.g. https://gyazo.com/22d5eedeca5a8fc15d88641e496d6540 ) as I have it now I figured out how to have a skin then pin the character to said pin. Although I don’t know how to pin a specific character…
This is the solution I came up with (e.g. https://gyazo.com/683e28961664b964cc33d6e8d777f71a) although in all honesty I don’t entirely understand how it works as I put it together from a series of tutorials and examples I have on hand.
Basically what I’m trying to accomplish is after the character is selected I want different variables such as hp and abilities to be available when the character has selected a specific class. as well as whether the character will be male or female ( i some what have an idea on how this will work. but any easier methods will be helpful as well)
edit: I also assume i need to save the player's choice based on what character he selected. and i guess also save what abilities he has available to him/her.
Hopefully this is clear enough so I can get the help I need…..