Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Sure. I tried both modes again and got the same result.

start_at                 = my_location
locations {
   my_location : location "You are in a room." ;
}
on_command {
   : match "test -"  {
     : end_game ;
     # : win_game ;
   }
}