code.py

来自「架设关键部分开始了。点击开始——程序」· Python 代码 · 共 24 行

PY
24
字号
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 + =
减小字号Ctrl + -
显示快捷键?