Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
有没有大佬知道在做平台跳跃时,想弄一个D键+空格键组合出一个特殊的技能该怎么做?我用了“当按住D键时,当按下空格键”时,好像有用,但是好像必须是先按下“D”后才能按空格,如果同时按的话有时候会出不来,有没有能同时按的组合键的方法呢?因为我的空格是另一个技能,很容易串
"当按下'D'时(取反),当按下空格键",意思是当按下D时,你再按空格就不会触发只按空格的技能,就不会穿;"当按下'D'时,当按下空格键",再加上一个限定条件“仅触发一次”,防止循环。