I’m having trouble making a save file, but I can’t understand Shdwy’s guide.
Can any Gimkit code experts like @Blackhole927 help?
I keep getting this:
I’m having trouble making a save file, but I can’t understand Shdwy’s guide.
Can any Gimkit code experts like @Blackhole927 help?
Try double checking your property settings.
What do you mean?
Is value1B a text property or a number property?
A number property, but I couldn’t find a block that gets the first number. Is that the problem?
Set a variable to the text thing, and set the property to the variable times 1, and it should work.
Okay. Lemme try that… 1 sec
You need to set value1B to taco times 1, using the math blocks.
Wait, it worked anyways. How!?
Basically, you tried to input a text value into a number slot. Multiplying by 1 turns it into a number value.
Oh, okay. How’d it work then and not give me that message again?
Multiplying the text by 1 turns it into a number value.
Oh, so the B property wouldn’t work, then? Just the A property that makes the text?
You need to use all the data about the game and put it into numbers. Like the level#, the health, and items the player has.
Like my game’s currency (Digibits)? On the end of the game, I’d just make a property that has the Digibits value appear in an End Of Game popup?
Yeah you need to have some digits in the entire code reserved for the digibits, some reserved for the other stuff, and yeah. You can display the code however you want, though I recommend that you use the end of game widget displaying the code.
Okay, good to know. Besides Digibits, what else should a player get to save?
That’s up to you lol. Not me.