Help with game

I wanna create an elaborate world that will fit into my story but I’m not sure on the best way to do that and if I use a glossary to do it how do I cod e that into the game.

You can add a section dedicated entirely to lore in your Stats Screen.

The infodumps are best handled with choices in choicescript_stats. Something like:

*label stats
YOUR STATS
*choice
  # Check Game Info
    *goto info
  # Check Glossary
    *goto glossary
*label info
GAME INFORMATION
*choice
  # Check Stats
    *goto stats
  # Check Glossary
    *goto glossary
*label glossary
GLOSSARY
*choice
  # Check Stats
    *goto stats
  # Check Game Info
    *goto info

Of course, you can divide it up into as many sections as you need since that makes reading it easier.

I did something similar in my game:

https://dl.dropboxusercontent.com/u/88501596/CoRTest/web/mygame/index.html

If you want to see the code for the choicescript_stats file, it’s:

https://dl.dropboxusercontent.com/u/88501596/CoRTest/web/mygame/scenes/choicescript_stats.txt

Havenstone has some of the best lore.

-seethes with envy-

You’re too kind, sir…

Get a room.

Looks like I’m not the only one seething with envy.

Don’t worry, Drazen. Plenty of room for three.

:">

Do you accept woman? :">

Thanks for the help people:)

@MaraJade
Women? What do you think we are, a bunch of sickos?

@Proff Im a woman and i want to enter in the pajamas party :(( i wanna

@MaraJade
That’s what you GET for saying you hate kids!

If there are kids then i won’t enter aghh :-q

We now return this conversation to @ChoiceofManning and his lore.