Skip to main content

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

I've tried as you described. Doesn't work.

on_tick {
   
   : set_integer var = "rnd_tick" {(random(count_descs))} ;
         
   : if (treasure_deposited() == treasure_total()) {
      : clear_screen hide_status_bar = "true" ;
      : print "You remember nothing, just have the feeling that this night was full of fear and adventure.";
      : win_game ;
   }
   
}
 

And the result screen attached. I don't want the red header to be shown.