Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits)

Ok, understood. There currently isn’t support for that kind of nesting. The two workarounds which come to mind are

  1. Secure Shell. Which will connect to another Terminal.
  2. if the nested material is just text. You can use either a Foundry native UUID link. Or there is html you can use for folding sections (use foundry’s journal source editor). Here is an example (click on one of the sections to expand):
click to open

any html can go in here

relevant html code

<details>
  <summary>click to open</summary>
<p>any html can go in here</p>
</details>

There is a visual for when the state of a door changes.

Thanks Coda, that helps a lot. Much appreciated.