Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Thanks for the reply! I solved at the moment... I think the issue was about "case" and "break" instructions; now everything seems to run smoothly.
Any suggestions  to recreate a storylog ? I want to set a key (as "J" for Journal) that when is pressed it load an appropriate script that keeps track of the answers and therefore of the story's path. I think this can be good even when you load a game, the script resume all the previous story.
Anyway again, nice work!

PS: i don't want to change the default font 'cos is very readable, but do you know how to draw special characters as "è é à ò ù" etc...?
I saw that we can add a new range (32 to 255) for ascii, but not for a default font :/

Glad to help!

Honestly, I'm not as familiar with working with the fonts in GMS2 as I was in GM:S, so I'd have to look into and get back to you.  As for the journal, you could set up an array (like the inventory) and have it update with notes at points in the story. Just have it draw and delete itself (Black rectangle over the screen, disable player input except for J, and then draw the array on top) whenever the player presses "J". At least, that's what I would do  to keep with the simplicity of the tutorial. 

Wasnt sure how to directly message you but I was hoping you had some insight on my questions since I cant get David to reply!