Is it possible to set a level to listen after load?

Using console commands or otherwise?

Are you trying to wait for your level completely loaded? if the node (you use for load your level) is ascync, there may be a “Completed” exec output on the node, if not ascync, so the normal exec output will be execute only after the load is finish too.