西北南区-凤翔府-杂货店老板对话.lua

来自「two legendary musicians are equivalent t」· LUA 代码 · 共 18 行

LUA
18
字号
--西北南区 凤翔府 杂货店老板对话

function main(sel)

Say("杂货店老板:要买点啥?俺这儿的货可齐全了,要啥有啥,看看吧。", 2, "交易/yes", "不交易/no");

end;


function yes()
Sale(20); 		--弹出交易框
end;


function no()
end;

⌨️ 快捷键说明

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