trenemy03_3_utask_32.lua
来自「two legendary musicians are equivalent t」· LUA 代码 · 共 24 行
LUA
24 行
--description: 秦陵地下一层敌人 天忍教30级任务战斗死亡
--author: yuanlan
--date: 2003/5/19
function trenemy03_3_UTask_32()
--if ( HaveItem("祖母绿") == 0) then --取消对任务物品有无的判断,以便重做任务
AddEventItem("祖母绿")
Msg2Player("得到宝石祖母绿。")
if (HaveItem("鸽血红") == 1 and HaveItem("冰晶蓝") == 1 and HaveItem("云梦紫") == 1) then
SetTask(4, 35)
end
--end;
end;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?