Пример #1
0
      .onLoad(function() {

        core.openCommandBar();
        core.setActionVisible("btn-ir_recepcao", true );

        console.log("Entrando no corredor");
        // Player.stopAll();
        // Som
        Player.play( Player.audios.sfx.abrirPorta );
        Player.playInLoop( Player.audios.sfx.recepcao );
      })
Пример #2
0
      .onLoad(function() {
        console.log("Entrando no corredor");

        core.openCommandBar();
        core.setActionVisible("btn-ir_recepcao", true );

        // Player.stopAll();
        // Som
        Player.play( Player.audios.sfx.abrirPorta );
        Player.playInLoop( Player.audios.sfx.recepcao );
        if ( core.flag("conversar_mentor") == false ) {
          core.flag("conversar_mentor", true );
          core.openDialog( 0 );
        }
      })