⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 code.py

📁 架设关键部分开始了。点击开始——程序
💻 PY
字号:
def Run(this,CmdNPC):
    if this._NPCcontrol == 0:
             CmdNPC.Face(12)
             CmdNPC.Say("this is awesme! Way better hahaha!")
             if this._char.Quests.Contains("1")==True:
                 CmdNPC.Say("Awesome you are doing my Quest!")
             if  this._char.Quests.Contains(1000)==True:
                 CmdNPC.Say("Arhh i see you Know the command Thunder.")
             CmdNPC.Link("Well it did take abit todo!", 1);
             if this._char.Level >119:
                  CmdNPC.Link("Ok that is just awesome!", 255);
                  CmdNPC.Link("Ok that is just awesome!", 255);
                  CmdNPC.Link("Ok that is just awesome!", 255);
                  CmdNPC.Link("Ok that is just awesome!", 255);
                  CmdNPC.Link("Ok that is just awesome!", 255);
                  
             CmdNPC.Finish();
                
    if this._NPCcontrol == 1:
              CmdNPC.Face(15);
              CmdNPC.Say("Rarrr, im a weird NPC!");
              CmdNPC.Link("Bring me back to the start!", 0);
              CmdNPC.Finish();

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -