Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Metas verbs

A topic by auraes created Jun 19, 2020 Views: 40
Viewing posts 1 to 1
Submitted

It would be nice to have the possibility, as in DAAD, to intercept metas verbs:

on_command {
   : match "quit -"  {
      :quit;
   }
}
I wanted to ask the player to leave if he goes in a particular direction. I should be able to do that, but not with DAAD compatability.