Are Folders Possible?
Malevolent_Mocha
10 Jul 2020, 08:54It would be extremely helpful if I could sort many locations into folders, but there doesn't seem to be any options for it. Any help is deeply appreciated.
mrangel
10 Jul 2020, 09:21You can put objects inside each other; that includes rooms. It's not uncommon to create rooms the player will never visit, and put other locations inside them for organisation purposes. This also allows you to use an expression like if (Contains (house, game.pov))
to test if the player is in any of the locations inside a particular area.