Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

@sayeth thank you for the adventures and for taking the time to try to educate others to create content. I am working on the test adventure but I can't seem to manage to make it so that the wolf's HP are recorded from one page to the other. In other words, every time I go to the next page it resets to 11. I am using the formula you included (unless: (history:) contains "Attack wolf")[ (set: $HP to 11)] however it was not clear to me where it needs to go. I included it after "HP: " in the wolf's stat block. I am trying to play around with it but have not managed to make it work. Any ideas?

I think there's an error in the code I wrote. It should be

(unless: (history:) contains "Attack the wolf")[ (set: $HP to 11)] 

So, "Attack the wolf" not "Attack wolf"