trenemy02_3_utask_15.lua

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

LUA
17
字号
--description: 七杀洞敌人 天忍教10级任务战斗死亡
--author: yuanlan	
--date: 2003/5/18



function trenemy02_3_UTask_15()

--if ( HaveItem("令牌碎片三") == 0) then				--取消对任务物品有无的判断,以便重做任务
	AddEventItem("令牌碎片三")
	Msg2Player("得到令牌碎片三。")
	if (HaveItem("令牌碎片一") == 1 and HaveItem("令牌碎片二") == 1 and HaveItem("令牌碎片四") == 1 and HaveItem("令牌碎片五") == 1 and HaveItem("令牌碎片六") == 1 and HaveItem("令牌碎片七") == 1) then 		
		SetTask(4, 18)
	end
--end

end;

⌨️ 快捷键说明

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