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.
