Skip to main content

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

To disable on_command {} direction scanning, you can use the following settings:

game_settings {
   exit_list_calculation_type = basic
}

But, please, before you do this, I'd like to know why you were matching "s _" (code snippet and explanation if possible) and why Adventuron was suggesting south as a direction inappropriately. It usually works very well.

...for some reason, that snippet of code gives me an error when I try to add it?

(1 edit)

My mistake, should be :

game_settings {
   exit_list_calculation = basic
}