📄 code.py
字号:
def Run(this,CmdNPC):
if this._NPCcontrol==0:
CmdNPC.Say("What can I do for you?");
CmdNPC.Link("Enter the guild area.", 1);
CmdNPC.Link("Buy statue.", 255);
CmdNPC.Link("Just passing by.", 255);
CmdNPC.Finish();
elif this._NPCcontrol==1:
this.SendCharacterInfo(this._client.Char);
this.SpawnCharacter(this._client,351,341,1038);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -