lovestone.lua

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

LUA
19
字号
if NPCcon==0 then
    CmdNPC:Face(02);
    CmdNPC:Say("你好我是月老,我能帮助所有幸福的情侣让他们结婚哦");     -- en :"The fate brings lovers togheter. I hope that all can get married and live happily with their lover."
    CmdNPC:Say("我能帮你做什么?");                                     -- en : "What can i do for you?"
    CmdNPC:Link("我想结婚!",3);                                        -- en "I want to get married !"
    CmdNPC:Link("我不要结婚!",255);                                    -- en "Nothing special."
    CmdNPC:Finish();
end;


if NPCcon== 3 then
    CmdNPC:Say("对不起这功能还没开发");                 -- en "Sorry you can't marrie yet because it haven't been implented!"
    CmdNPC:Link("我知道了",255);                        -- en "Ohh okei thank's !"
    CmdNPC:Finish();
end;



⌨️ 快捷键说明

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