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

📄 tmobj03.lua

📁 two legendary musicians are equivalent to 1.0 source code LF418
💻 LUA
字号:
--description: 唐门出师任务 竹丝洞第三层宝箱
--author: yuanlan	
--date: 2003/3/13


function main()

UTask_tm = GetTask(2);

if (UTask_tm == 67) then 
	Say("一柄残破生锈的铁剑。", 2, "要/accept", "不要/refuse")
end;

if (UTask_tm == 68) then 
	Say("宝箱已空。", 0)
end;

if (UTask_tm == 69) then 
	Say("你已打开了另一个宝箱,不能再开启此宝箱。", 0)
end;

end;



function accept()
AddEventItem("七星绝命剑"); 
Msg2Player("得到七星绝命剑。");
SetTask(2, 68);
end;


function refuse()
end;

  	





⌨️ 快捷键说明

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