trenemy03_1_utask_32.lua

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

LUA
24
字号
--description: 秦陵地下一层敌人 天忍教30级任务战斗死亡
--author: yuanlan	
--date: 2003/5/19



function trenemy03_1_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 + -
显示快捷键?