战网中国

标题: D2NT問題,求解決 [打印本页]

作者: cbssongyy    时间: 2013-11-11 20:48
标题: D2NT問題,求解決
為什麼我看好多人都說BOT可以按什麼pause break鍵暫停,為什麼我的不可以呢?
請問要去哪裡修改? 要如何修改呢?
作者: darkguy    时间: 2013-11-11 20:50
韩国人做的那个是的。
作者: Wymjeef    时间: 2013-11-11 21:30
按DEL
作者: 肥猫啊    时间: 2013-11-11 22:35
查NTBotGame.ntj里有没有下边这段:

function NT_KeyEvents(keycode)
{
var _script;
switch(keycode)
{
case 19:
  _script = NTC_FindScript(NTConfig_Script[CurScriptIndex]);
  if(_script)
  {
   if(_script.running)
   {
    _script.Stop();
    SetStatusText(\"Stopped \" + NTConfig_Script[CurScriptIndex]);
   }
   else
   {
    Load(\"NTBot/bots/\" + NTConfig_Script[CurScriptIndex]);
    SetStatusText(\"Running \" + NTConfig_Script[CurScriptIndex]);
   }
  }
  break;
}
}




欢迎光临 战网中国 (http://battlecn.net/) Powered by Discuz! X3.1