Skip to main content

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

By default, Adventuron scans the on_command table for exits.

As with most things, this behaviour is configurable ...

game_settings {
   # basic = only use connections table and do not use on_command table.
   exit_list_calculation = basic
}

Perfect! I knew there'd be something tucked away somewhere.