If there’s not… well, the password system isn’t going to work for anyone but the author unless that person has specifically modded CS (and only for the author if they mod the code in one of the CS files). It -will- however be able to provide the author with a way to restore a game after the system has been shut down.
A soft save system will work for other people, but not if they shut down their browser/system. Unfortunately, I don’t think there’s anything that does both except for the CoG save system, which, to my knowledge, hasn’t been given to authors. One other thing I’d love to know is whether a soft save system would interfere with the CoG save system, and whether CoG implements their save system on published hosted games or not.
@Grapefruit Done! It worked like a charm, thank you very much!
@Shawn_Patrick_Reed thank you for your help But I didn’t want “soft saves” because I think they aren’t very handy for testing purposes once you close the window, but thank you!
There used to be an example on this page of the choicescript wiki, but it looks like it vanished. Maybe the pointers given will help you figure it out though.
Lol I am slow to grasp code myself at times. Not really that bad to do. I did it with some Spanish Mara was kind enough to translate for my ghost game.
The problem of coding accent marks has been wasting way too much of my time as I’ve been working on Tally Ho. I’m writing the game in plain old Notepad, leaving out the accent marks for now (so I have papier-mache and fiancee, for example).
I’ve tried writing the words in question (papier-mâché and fiancée) in Word, converting the Word document into utf-8, and then just cutting and pasting those words into the notepad file, but I still get those black ? diamonds.
Can anyone give me some pointers? I can’t write a Wodehouse game without crudités.
Based on my little brain here, accent marks and similar symbols being displayed as black diamonds is a problem about missing font installation. Just like mandarin or arabic letters being displayed as weird black boxes on certain devices.
But I’m not sure which font files are missing, nor which font type you need to install, so I’m afraid I can’t help you much about that.
I personally use Notepad++ and pick the accent marks from Windows’ Character Map. Those accent marks are displaying just fine.