Character creator

Before proceeding, please use the forum search feature at the top of the page to check if your question has already been answered.

How do I…

How do I get my character creator to actually save when moving onto the next scene

What is the expected result

I want it to save when moving onto the next scene

What is the actual result

I’ve been using boolean variables but the object is usually stuck on one type of object when I try to get it to switch

Related screenshots

this is what my event sheets currently look like untitled is supposed to be the character creator and load saved is meant to be the scene where I test if its saved.

Project files (optional)

Insert a minimal game showing your issue in a .zip or .rar.

Hi, Daisydenile

Is the events in the screenshot from the scene where you are trying to load the character?

If so, your code looks fine. Have you made sure those objects are in the scene? and may you elaborate a little more on what the code actually does when it is ran (as apposed to what its supposed to do)?

Make sure you use ‘Global Variables’ and not ‘scene variables’. Global variables will work across scenes, but not scene variables or object variables.